aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-12 22:31:14 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-12 22:31:14 -0600
commit1d3bb30bf49fff404a7c917a6ffcd30f023ac638 (patch)
tree5a3da2c48f2a822ecd8bf9a5012f06ca5c8a31ea /templates
parent8a3a059eeca0018c3cc2ccb6bc103ac73771abf4 (diff)
downloadcleberg.net-1d3bb30bf49fff404a7c917a6ffcd30f023ac638.tar.gz
cleberg.net-1d3bb30bf49fff404a7c917a6ffcd30f023ac638.tar.bz2
cleberg.net-1d3bb30bf49fff404a7c917a6ffcd30f023ac638.zip
fix: update git links
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
-rw-r--r--templates/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 5e54e03..5ec6d73 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,12 +32,12 @@
<li><a href="/wiki/">Wiki</a></li>
</ul>
</nav>
-
+
<main>{% block content %}{% endblock content %}</main>
<footer>
<p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p>
- <p><a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p>
+ <p><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p>
<p><a href="/atom.xml">Atom RSS Feed</a></p>
</footer>
</body>
diff --git a/templates/index.html b/templates/index.html
index 3e5f980..a662f27 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -34,7 +34,7 @@
<ul>
<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.sr.ht/~cyborg/" target="_blank" rel="noopener">Sourcehut</a></li>
+ <li><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">GitHub</a></li>
</ul>
</section>
{% endblock content %}