diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 8a6e5d242..fcaedb88a 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -250,8 +250,10 @@ {% endif %} {% set post_permalinks = [] %} -{% for p in listing %} - {{post_permalinks.append(p.permalink)}} -{% endfor %} +
+ {% for p in listing %} + {{post_permalinks.append(p.permalink)}} + {% endfor %} +