diff options
author | ADRN <adrien@luxeylab.net> | 2024-12-08 15:16:03 +0100 |
---|---|---|
committer | Marion <marionz@deuxfleurs.fr> | 2024-12-08 17:34:59 +0100 |
commit | 953a3593f90377a806b05407834aa3056a85dc0e (patch) | |
tree | 89e3515bacdf110c61bab69b97eff2be058c9be6 /templates/page.html | |
parent | 322457d8e58c3dffe9f42931deebfd87be779d87 (diff) | |
download | guide.deuxfleurs.fr-953a3593f90377a806b05407834aa3056a85dc0e.tar.gz guide.deuxfleurs.fr-953a3593f90377a806b05407834aa3056a85dc0e.zip |
feat(nav): soulignage de la section active dans la topbar
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/page.html b/templates/page.html index 61e8811..a3a03dc 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,11 +3,6 @@ {% block title %}{{ page.title }} | {{ super() }} {% endblock title %} -{% block header %} -<header class="box-shadow"> - {{ macros::render_header() }} -</header> -{% endblock header %} {% block content %} <div class="heading-text">{{ page.description }}</div> |