diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 18:20:41 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 18:20:41 -0500 |
| commit | 05391133138b4bbe9215aa4c048eabb2c2668267 (patch) | |
| tree | fdae37c6d89ac4034c9a578f8a2afbd69fc213c1 /templates/base.html | |
| parent | 8780e8761da6b1eec5d686a25c9f673c22d974c6 (diff) | |
| download | krz.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/base.html')
| -rw-r--r-- | templates/base.html | 2 |
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> · © {{ 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> |
