aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-02-15 14:13:46 -0600
committerChristian Cleberg <[email protected]>2024-02-15 14:13:46 -0600
commit00249736fd2f5e2b49b649b8a30ab6fe2a016726 (patch)
tree479209169732e4d8e5f0c8fcbddb93bb8accd709 /templates/base.html
parentf07bf76fe4f7c8794e0d4b48a395fd8be96937fa (diff)
downloadcleberg.net-00249736fd2f5e2b49b649b8a30ab6fe2a016726.tar.gz
cleberg.net-00249736fd2f5e2b49b649b8a30ab6fe2a016726.tar.bz2
cleberg.net-00249736fd2f5e2b49b649b8a30ab6fe2a016726.zip
update git links
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2eb6465..91c231e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,7 +41,7 @@
<footer>
<p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p>
- <p><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p>
+ <p><a href="https://git.cleberg.net/cleberg.net.git" target="_blank" rel="noopener">Source Code</a></p>
<p><a href="/atom.xml">Atom RSS Feed</a></p>
</footer>
</body>