From 5b0991c7e928c508719881a221f015fce8c8838d Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 11 Feb 2024 15:17:37 -0500 Subject: [PATCH] fix previous commit 3 --- templates/themes/catalog/catalog.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 8a6c3ec5..6c81f07f 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -59,7 +59,8 @@ data-id="{{ post.id }}" data-sticky="{% if post.sticky %}true{% else %}false{% endif %}" data-locked="{% if post.locked %}true{% else %}false{% endif %}" - >
+ > + -
- {% endfor %} - + {% endfor %}