summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 18:20:41 -0500
committerChristian Cleberg <[email protected]>2026-08-02 18:20:41 -0500
commit05391133138b4bbe9215aa4c048eabb2c2668267 (patch)
treefdae37c6d89ac4034c9a578f8a2afbd69fc213c1 /templates
parent8780e8761da6b1eec5d686a25c9f673c22d974c6 (diff)
downloadkrz.sh-05391133138b4bbe9215aa4c048eabb2c2668267.tar.gz
krz.sh-05391133138b4bbe9215aa4c048eabb2c2668267.tar.bz2
krz.sh-05391133138b4bbe9215aa4c048eabb2c2668267.zip
point footer link to git.krz.sh; drop unused github config
- footer "github" link becomes "git" -> https://git.krz.sh - remove now-unused config.extra.github
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 0f79de1..98b1aa5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,7 +24,7 @@
</main>
<footer class="site-footer">
- <p class="foot-links"><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a> · <a href="{{ config.extra.github }}">github</a> · <a href="{{ get_url(path="/privacy/") | safe }}">privacy</a> · &copy; {{ now() | date(format="%Y") }} · public domain</p>
+ <p class="foot-links"><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a> · <a href="https://git.krz.sh">git</a> · <a href="{{ get_url(path="/privacy/") | safe }}">privacy</a> · &copy; {{ now() | date(format="%Y") }} · public domain</p>
</footer>
</body>
</html>