From 6858dc8e46e3309e84045445199ac759566f6694 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Thu, 24 Dec 2020 17:40:33 +0100 Subject: [PATCH] fix privacy policy --- themes/rc3/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/rc3/main.html b/themes/rc3/main.html index b255fb1..797eb7b 100644 --- a/themes/rc3/main.html +++ b/themes/rc3/main.html @@ -11,6 +11,6 @@ the blocks defined in base.html and its included child templates. {%- block footer %} <hr> -<p> Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://events.ccc.de/impressum/">Impressum</a></p> +<p> Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://legal.cccv.de/">Impressum</a> <a href="https://legal.cccv.de/">Datenschutz</a></p> {%- endblock %} -- GitLab