diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-01-28 20:42:02 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-01-28 20:42:02 -0600 |
commit | 3350c90db3e7dfdc7af13aff3f31a1d575562cbe (patch) | |
tree | 36b9fe7982a68818662e172171ea98fbc9d086c6 /theme/templates | |
parent | 1120a5e835e72a3588ef3a804384598996b3c47f (diff) | |
download | cleberg.net-3350c90db3e7dfdc7af13aff3f31a1d575562cbe.tar.gz cleberg.net-3350c90db3e7dfdc7af13aff3f31a1d575562cbe.tar.bz2 cleberg.net-3350c90db3e7dfdc7af13aff3f31a1d575562cbe.zip |
swap to sourcehut
Diffstat (limited to 'theme/templates')
-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 ccd7449..8c3beb3 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://github.com/ccleberg/cleberg.net" target="_blank" + <a href="https://git.sr.ht/~cyborg/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 1c9c9a4..21612eb 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -55,7 +55,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> >@cyborg:@matrix.tchncs.de</a > </li> - <li><a href="https://github.com/ccleberg">GitHub</a></li> + <li><a href="https://sr.ht/~cyborg">Sourcehut</a></li> </ul> </section> |