diff --git a/templates/blog.html b/templates/blog.html index 6fe2c1f..479f788 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -21,7 +21,9 @@ {% endif %} + {% if post.summary %}

{{ post.summary | striptags | replace(from="[link]", to="") | safe }}

+ {% endif %} {% if loop.last %}