aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-02 21:17:23 -0600
committerChristian Cleberg <[email protected]>2025-12-02 21:17:23 -0600
commit0b2ff729f519cd27ac5eba69e414ae8e87716094 (patch)
tree29049b0f9e126047eba7a3d68f24bf3e26ae7848 /theme
parent8c312306d2e7948e9fa53e422d16bbe5e13e35f2 (diff)
downloadcleberg.net-0b2ff729f519cd27ac5eba69e414ae8e87716094.tar.gz
cleberg.net-0b2ff729f519cd27ac5eba69e414ae8e87716094.tar.bz2
cleberg.net-0b2ff729f519cd27ac5eba69e414ae8e87716094.zip
[fix] update git links to github
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index c9aa556..a0b8ebb 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -31,7 +31,7 @@
<main id="main">{% block main %}{% endblock %}</main>
<footer>
<a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> &middot;
- <a href="https://git.cleberg.net/cleberg.net.git">Source</a> &middot;
+ <a href="https://github.com/ccleberg/cleberg.net">Source</a> &middot;
<a href="/feed.xml">RSS</a>
</footer>
</body>