krz/krz.sh
clone: git clone https://gitbay.org/krz/krz.sh.git
05391133138b4bbe9215aa4c048eabb2c2668267
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T23:20:41Z
config.toml | 1 - templates/base.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) @@ -13,5 +13,4 @@ smart_punctuation = true [extra] email = "root@krz.sh" -github = "https://github.com/krazywarez" tagline = "Small, durable software focused on utility, privacy, and control." @@ -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> · © {{ 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> · © {{ now() | date(format="%Y") }} · public domain</p> </footer> </body> </html>