summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-07 09:05:22 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-07 09:05:22 +0200
commit6a9aecc9a83f5643374af2c67d06120f4cab127f (patch)
treed743af1689aa38b07bc97bdca26a656deaa1ea21 /templates/index.html
parente943b51bb13f187aa3d317033206643ea96343e2 (diff)
Make macro recursive
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 4374b7c..1752e61 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -27,7 +27,7 @@
{% endfor %}
</ul>
<h1>{{ config.title }}</h1>
- {{ macro::tree() }}
+ {{ macro::tree(sec=section) }}
{% endblock nav %}
</nav>