From 2c0ba395ab55c1672a953ceabc7ad1cfbb9cb6ce Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 24 Oct 2025 08:44:53 +0200 Subject: [PATCH] Fix search in category lists --- templates/categories/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/categories/single.html b/templates/categories/single.html index 12c40fb..9574bd5 100644 --- a/templates/categories/single.html +++ b/templates/categories/single.html @@ -2,7 +2,7 @@ {% block content %}

{{ term.name }} category

- +
{{ macros::list_posts(section=term, taxonomy=true) }} {% endblock %}