From 06a3ef3f890898f9a02de91c58a323a09b20431c Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 4 Jun 2023 19:29:13 -0400 Subject: Filters Visible on zero posts --- templates/blog/articles.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/blog/articles.html b/templates/blog/articles.html index 6c3ae869..87bb53cf 100644 --- a/templates/blog/articles.html +++ b/templates/blog/articles.html @@ -7,8 +7,6 @@

Posts made in Category: {{ category_name }}

{% endif %} - -{% if posts %}
Filters:     @@ -33,6 +31,7 @@   
+{% if posts %}
{% include 'blog/partials/post_list.html' %}
-- cgit v1.2.3