diff options
author | ADRN <adrien@luxeylab.net> | 2024-12-08 00:36:44 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-12-08 00:36:44 +0100 |
commit | 432cabfb601baeda04dfcb21714955f9cf4f5143 (patch) | |
tree | 9e449344c7a567323f8bf133cbeadd58c0b9c6f8 /templates | |
parent | f3c12ae6f716e9f0f0492d8da73de530ac1106fa (diff) | |
download | guide.deuxfleurs.fr-432cabfb601baeda04dfcb21714955f9cf4f5143.tar.gz guide.deuxfleurs.fr-432cabfb601baeda04dfcb21714955f9cf4f5143.zip |
WIP: plein de changement de titre + le dossier motivation du commit précédent
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_nav.html | 6 | ||||
-rw-r--r-- | templates/index.html | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/templates/_nav.html b/templates/_nav.html index 0ab8ac7..270f028 100644 --- a/templates/_nav.html +++ b/templates/_nav.html @@ -17,9 +17,9 @@ {{ nav::hamburger(root=root) }} {# Section title #} - <div class="toc-item toc-section"> - <a class="subtext" href="{{root.permalink | safe}}">{{ root.title }}</a> - </div> + <!-- <div class="toc-item toc-section"> --> + <!-- <a class="subtext" href="{{root.permalink | safe}}">{{ root.title }}</a> --> + <!-- </div> --> {# Choose between "tree" (has extra.parent) and "list" (default) collections #} {% set root_tree = root.pages | group_by(attribute="extra.parent") %} diff --git a/templates/index.html b/templates/index.html index 1193328..b48d6d0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,8 +39,11 @@ <div class="content text"> {% block content %} - <div id="features" class="heading-text">{{ section.title }} </div> - {{ section.content | safe }} + <div id="features" class="heading-text"> + {{ section.title }} + </div> + + {{ section.content | safe }} {% endblock content %} </div> |