diff --git a/templates/index.html b/templates/index.html index 86cb0cd..280971e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -71,7 +71,8 @@ {%- for page in show_pages %}
{{ post_macros::header(page=page) }} - {{ post_macros::content(page=page, summary=true) }} + + {{ post_macros::content(page=page, summary=true, show_only_description=page.extra.show_only_description | default(value=false)) }}
{% endfor -%}