From cf5f361404e230d570bb7222e60ed5e3c44b3e4d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Jun 2021 08:21:17 +0200 Subject: Add HOME button Signed-off-by: Matthias Beyer --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d5a855b..038ca21 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,7 +48,10 @@
- {% set section = get_section(path="_index.md") %} + +
    + + {% set section = get_section(path="_index.md") %} {% for p in section.subsections %} {% set subsection = get_section(path=p) %} -- cgit v1.2.3