diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-21 06:45:03 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-21 06:45:03 -0500 |
commit | bb4dbb82897d1a1c2c388834920caf0a6250fd1e (patch) | |
tree | de9759762c7270862df29adf6ef6f8b98f5b245d /theme/templates | |
parent | 759efab52be8532b2d5f55821b47a12ddce200f5 (diff) | |
download | cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.tar.gz cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.tar.bz2 cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.zip |
partial fix of outdated git links
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/base.html | 5 | ||||
-rw-r--r-- | theme/templates/index.html | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index d6b37d2..ccd7449 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -29,9 +29,8 @@ <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" rel="noopener">Source Code</a> - · + <a href="https://github.com/ccleberg/cleberg.net" target="_blank" + rel="noopener">Source Code</a> · <a href="/feed.xml">RSS Feed</a> </p> </footer> diff --git a/theme/templates/index.html b/theme/templates/index.html index 906dd2d..5b6df91 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -53,7 +53,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> |