From c05bd8303b53d26e5b283bc71b0153f221dca962 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Fri, 23 Jun 2023 14:04:35 +0200
Subject: Improve HTML indentation
---
themes/bear/templates/taxonomy_single.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'themes/bear/templates/taxonomy_single.html')
diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html
index 2798f94..5ee2b88 100644
--- a/themes/bear/templates/taxonomy_single.html
+++ b/themes/bear/templates/taxonomy_single.html
@@ -6,7 +6,7 @@
{%- endblock -%}
-{% block main %}
+{% block main -%}
{%- if taxonomy.term %}
Filtering for "{{ term.name }}"
@@ -15,7 +15,7 @@
{%- endif %}
- {% for page in term.pages %}
+ {%- for page in term.pages %}
-
{% endblock %}
--
cgit 1.4.1