diff options
| author | Christian Cleberg <[email protected]> | 2025-12-02 21:17:23 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-02 21:17:23 -0600 |
| commit | 0b2ff729f519cd27ac5eba69e414ae8e87716094 (patch) | |
| tree | 29049b0f9e126047eba7a3d68f24bf3e26ae7848 /theme/templates/base.html | |
| parent | 8c312306d2e7948e9fa53e422d16bbe5e13e35f2 (diff) | |
| download | cleberg.net-0b2ff729f519cd27ac5eba69e414ae8e87716094.tar.gz cleberg.net-0b2ff729f519cd27ac5eba69e414ae8e87716094.tar.bz2 cleberg.net-0b2ff729f519cd27ac5eba69e414ae8e87716094.zip | |
[fix] update git links to github
Diffstat (limited to 'theme/templates/base.html')
| -rw-r--r-- | theme/templates/base.html | 2 |
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> · - <a href="https://git.cleberg.net/cleberg.net.git">Source</a> · + <a href="https://github.com/ccleberg/cleberg.net">Source</a> · <a href="/feed.xml">RSS</a> </footer> </body> |
