summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 09:07:32 -0500
committerChristian Cleberg <[email protected]>2026-08-02 09:07:32 -0500
commitb190f0b66114899440c484c3a080b1146f66a386 (patch)
tree4debd6aa6d37f11aa2638cf801f54b98aca029f7 /templates/base.html
parentc03e38b07ce439f9e6f4d23cb470193393e840e2 (diff)
downloadkrz.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.html2
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> · &copy; {{ 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> · &copy; {{ now() | date(format="%Y") }} · public domain</p>
</footer>
</body>
</html>