diff options
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> |
