diff --git a/main.py b/main.py index 4db47f3..d7d6f91 100644 --- a/main.py +++ b/main.py @@ -15,10 +15,10 @@ # Define custom variables passed over to the templates template_vars = { 'navbar': [ - ('', 'Home'), - ('about', 'About'), - ('quick_start', 'Quick start guide'), - ('docs', 'Documentation'), + ('/', 'Home'), + ('about/', 'About'), + ('quick_start/', 'Quick start guide'), + ('docs/', 'Documentation'), ] } diff --git a/templates/main.html b/templates/main.html index 2403773..dc08237 100644 --- a/templates/main.html +++ b/templates/main.html @@ -18,7 +18,7 @@ /_/ /_/ /_/\___/_/ /_/ /_/_/ /_/\____/|__/|__/
|{% endif %}