diff options
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 56b2be7..08c3c3a 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://git.sr.ht/~cyborg/cleberg.net" + <a href="https://github.com/ccleberg/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 2e7dd5d..e077f83 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://git.sr.ht/~cyborg/" target="_blank" rel="noopener" + <a href="https://github.com/ccleberg/" target="_blank" rel="noopener" >Sourcehut</a > </li> |