diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-06-23 20:30:27 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-06-23 20:30:27 -0500 |
commit | 0c07d4b176ff942706cbf6650c04e3cfe733592f (patch) | |
tree | 970bdd90d8324bd55dc670644ca5897d9686c788 /templates | |
parent | 2230628ad9731658fde87916bc55e2d324a127c4 (diff) | |
download | cleberg.net-0c07d4b176ff942706cbf6650c04e3cfe733592f.tar.gz cleberg.net-0c07d4b176ff942706cbf6650c04e3cfe733592f.tar.bz2 cleberg.net-0c07d4b176ff942706cbf6650c04e3cfe733592f.zip |
swap back to sourcehut
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 08c3c3a..56b2be7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -43,7 +43,7 @@ <footer> <p>Last build: <{{ now() | date(format='%Y-%m-%d %a %H:%M:%S') }}></p> <p> - <a href="https://github.com/ccleberg/cleberg.net" + <a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a> · <a href="/atom.xml">Atom RSS Feed</a> diff --git a/templates/index.html b/templates/index.html index e077f83..2e7dd5d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,7 +48,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> > </li> <li> - <a href="https://github.com/ccleberg/" target="_blank" rel="noopener" + <a href="https://git.sr.ht/~cyborg/" target="_blank" rel="noopener" >Sourcehut</a > </li> |