diff --git a/theme/templates/page.html b/theme/templates/page.html index 6ca111797..061df6d6f 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -77,9 +77,11 @@

{{ item.title }}

+ {% if pages[item.path] %}
{{ articleContent(pages[item.path].content) }}
+ {% endif %} {% if item.articles.length > 0 %} {% for article in item.articles %}