From cf60aacb0f02166b7c27c9bb39270013ac5564dc Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sat, 21 Dec 2024 20:55:41 +0100 Subject: [PATCH] Lets see what lighthouse says --- templates/base_template.html | 54 +++++++++++++++++++++++++++++------- templates/navigation.html | 2 +- 2 files changed, 45 insertions(+), 11 deletions(-) diff --git a/templates/base_template.html b/templates/base_template.html index a30d304..0ac0b92 100644 --- a/templates/base_template.html +++ b/templates/base_template.html @@ -1,26 +1,61 @@ - + {% block title %} - {{ page_title }}{% endblock %} + + + + + - - - - - - + + + + + + + + + + +
@@ -63,13 +98,12 @@
- + - - + diff --git a/templates/navigation.html b/templates/navigation.html index 3ea9825..f27dad0 100644 --- a/templates/navigation.html +++ b/templates/navigation.html @@ -25,7 +25,7 @@
{% for favorite in data.favorites %}
- + {{ favorite.name }}

{{ favorite.path }}: {{ favorite.description }}