From ccc0db7fb86f9905757be0638585da0950c73215 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 31 Jan 2024 01:43:33 +0200 Subject: [PATCH] remove None None None None None --- files/templates/post_listing.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 %} +