From 0e48d05c3d9ccaa850e63880b82af2f119bfe0d7 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Tue, 8 Sep 2020 02:16:08 +0200 Subject: [PATCH] add contact footer config --- example_config.py | 1 + templates/footer.html | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/example_config.py b/example_config.py index 52b5202..4eefd50 100644 --- a/example_config.py +++ b/example_config.py @@ -59,3 +59,4 @@ THANKS_TEXT = "Normal Text" DISABLE_MAIN_LINKS = False NAVBAR_LINKS = [ ("Navbar-Item1", "/target"), ("Navbar-Item2", "/target2") ] +IMPRESSUM_IS_CONTACT = True diff --git a/templates/footer.html b/templates/footer.html index a7cd455..32f4561 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,3 +1,8 @@