implement navbar configuration

This commit is contained in:
Yannik Schmidt
2020-09-08 02:00:19 +02:00
parent 8e59ad4fcb
commit e527ece7bd
3 changed files with 12 additions and 2 deletions

View File

@@ -57,3 +57,5 @@ THANKS_STRONG_TEXT = "Strong Text"
THANKS_TEXT = "Normal Text"
DISABLE_MAIN_LINKS = False
NAVBAR_LINKS = [ ("Navbar-Item1", "/target"), ("Navbar-Item2", "/target2") ]