diff options
| author | Christian Cleberg <[email protected]> | 2024-12-27 10:20:15 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-12-27 10:20:15 -0600 |
| commit | f6ecc0e117dd1314888aaee79212d797bd3dfa4d (patch) | |
| tree | 9837494bbc74fe5cd5004da45ff2246948af7938 /theme | |
| parent | bb22183d0a381949f560cb96fd8873a3197f6bc3 (diff) | |
| download | cleberg.net-f6ecc0e117dd1314888aaee79212d797bd3dfa4d.tar.gz cleberg.net-f6ecc0e117dd1314888aaee79212d797bd3dfa4d.tar.bz2 cleberg.net-f6ecc0e117dd1314888aaee79212d797bd3dfa4d.zip | |
update git links
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 cbadb28..510c5b6 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -31,7 +31,7 @@ <footer> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> - <a href="https://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 0531385..e707d3b 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://sr.ht/~cyborg">Sourcehut</a></li> + <li><a href="https://github.com/ccleberg">GitHub</a></li> </ul> </section> |
