From 3b37fd0621145f804be6fc722e375c6f334d00d4 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 19 May 2023 12:15:50 +0200 Subject: [PATCH] fix --- templates/blog-page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blog-page.html b/templates/blog-page.html index 40ecb3f..c297ad3 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -20,8 +20,8 @@

{% for category in page.taxonomies["categories"] %} -{{ category }} +{{ category }} {% endfor %}

{{ page.content | safe }} -{% endblock content %} \ No newline at end of file +{% endblock content %}