diff options
Diffstat (limited to 'theme')
-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> |