diff --git a/templates/post_macros.html b/templates/post_macros.html index 2a9566b..0933376 100644 --- a/templates/post_macros.html +++ b/templates/post_macros.html @@ -28,6 +28,12 @@ {{ page.summary | safe }} + {% else %} +
+ {{ page.content | striptags | truncate | safe }} + +
{% endif %} + {% endmacro page_in_list %}