summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml1
-rw-r--r--templates/base.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 0d900f9..46b042d 100644
--- a/config.toml
+++ b/config.toml
@@ -13,5 +13,4 @@ smart_punctuation = true
[extra]
-github = "https://github.com/krazywarez"
tagline = "Small, durable software focused on utility, privacy, and control."
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>