diff options
| author | Christian Cleberg <[email protected]> | 2024-10-21 06:45:03 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-10-21 06:45:03 -0500 |
| commit | 76d68acf0c67e42b248144300ee9abd536bd8a01 (patch) | |
| tree | de9759762c7270862df29adf6ef6f8b98f5b245d /theme | |
| parent | c1a04b2f717ecbf4bc1ba54819c62bf4db5617bf (diff) | |
| download | cleberg.net-76d68acf0c67e42b248144300ee9abd536bd8a01.tar.gz cleberg.net-76d68acf0c67e42b248144300ee9abd536bd8a01.tar.bz2 cleberg.net-76d68acf0c67e42b248144300ee9abd536bd8a01.zip | |
partial fix of outdated git links
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 <[email protected]></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> |
