diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
| commit | b190f0b66114899440c484c3a080b1146f66a386 (patch) | |
| tree | 4debd6aa6d37f11aa2638cf801f54b98aca029f7 /templates/base.html | |
| parent | c03e38b07ce439f9e6f4d23cb470193393e840e2 (diff) | |
| download | krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.gz krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.bz2 krz.sh-b190f0b66114899440c484c3a080b1146f66a386.zip | |
update apps and add privacy policies
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 09c565d..5a2fda6 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> · © {{ now() | date(format="%Y") }} · public domain</p> + <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> </footer> </body> </html> |
