From fb9f2909794e2873939e7a278ab5bcad86e1db0a Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 21 Mar 2020 12:32:10 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20zobrazen=C3=AD=20aktivn=C3=ADho=20tagu?= =?UTF-8?q?=20v=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index c0e9977..857416c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -15,7 +15,7 @@ {% set global_section = get_section(path="_index.md") %} {% for s in global_section.subsections %} {% set subsection = get_section(path=s) %} -
  • +
  • {{ subsection.title }}
  • {% endfor %}