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 @@