add privacy page

This commit is contained in:
2025-08-15 17:30:44 +02:00
parent 0327892f02
commit ff72f7c9fa
5 changed files with 162 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
use crate::Language;
use maud::{DOCTYPE, Markup, html};
use maud::{html, Markup, DOCTYPE};
pub(crate) struct Page {
lang: Language,
@@ -104,9 +104,7 @@ impl Page {
footer.container {
small {
(t!("footer_text"))
mark { (t!("footer_todo")) }
a href="#" { (t!("footer_links")) }
a href="/privacy" { (t!("privacy_policy")) }
""
a target="_blank" href="https://www.digidow.eu/impressum/" {
(t!("impressum"))