diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-01-16 15:22:17 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-01-16 15:22:17 -0600 |
commit | 1442e21684e09b9052ee8f49a90b67d85a52ca8b (patch) | |
tree | 0414411e9ee96ad5609d57273631fc2f91d0e33e /theme | |
parent | 3f874d55f59ac93ea7262b047c3d4a16c4001420 (diff) | |
download | cleberg.net-1442e21684e09b9052ee8f49a90b67d85a52ca8b.tar.gz cleberg.net-1442e21684e09b9052ee8f49a90b67d85a52ca8b.tar.bz2 cleberg.net-1442e21684e09b9052ee8f49a90b67d85a52ca8b.zip |
update git links...AGAIN
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/base.html | 2 | ||||
-rw-r--r-- | theme/templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 8c3beb3..ccd7449 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -29,7 +29,7 @@ <footer> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> - <a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" + <a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a> · <a href="/feed.xml">RSS Feed</a> </p> diff --git a/theme/templates/index.html b/theme/templates/index.html index 7ab22fa..e1909dd 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -54,7 +54,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> >@cyborg:@matrix.tchncs.de</a > </li> - <li><a href="https://git.sr.ht/~cyborg">Sourcehut</a></li> + <li><a href="https://github.com/ccleberg">GitHub</a></li> </ul> </section> |