diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 140ba9a..a645150 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,7 +42,7 @@ <footer> <p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p> - <p><a href="https://git.cleberg.net/?p=cleberg.net.git;a=summary" + <p><a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p> <p><a href="/atom.xml">Atom RSS Feed</a></p> </footer> diff --git a/templates/index.html b/templates/index.html index 449a05c..767ff78 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,8 +37,8 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li> <li><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" target="_blank" rel="noopener">@cyborg:@matrix.tchncs.de</a></li> - <li><a href="https://git.cleberg.net/" target="_blank" - rel="noopener">Git</a></li> + <li><a href="https://https://git.sr.ht/~cyborg/" target="_blank" + rel="noopener">Sourcehut</a></li> </ul> </section> {% endblock content %} |