diff --git a/templates/base.html b/templates/base.html index a90da82..8accb7a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -83,7 +83,7 @@ {% for item in config.extra.navbar_items %} {% if lang == item.code %} {% for nav in item.nav_items %} - + {{ nav.name }} {% endfor %} diff --git a/templates/macros.html b/templates/macros.html index f19b838..0413f4a 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -104,7 +104,7 @@

Categories: {% for category in categories %} - + @@ -120,7 +120,7 @@

Tags: {% for tag in tags %} - + diff --git a/templates/section.html b/templates/section.html index c4c488b..5a8a434 100644 --- a/templates/section.html +++ b/templates/section.html @@ -25,7 +25,7 @@ {% for page in pages %}

- + {{ page.title }}

@@ -40,7 +40,7 @@
{{ page.summary | safe }} - + Read More