From 85426feafa3b77aa84159c45fa606aa075b10b64 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 30 Jul 2023 10:38:28 +0200 Subject: Fix indentation of code blocks --- themes/bear/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/bear/templates/page.html b/themes/bear/templates/page.html index 001fdee..93611b5 100644 --- a/themes/bear/templates/page.html +++ b/themes/bear/templates/page.html @@ -14,7 +14,7 @@ {%- endif %} {%- endif %}
- {{ page.content | trim | indent | safe }} + {{ page.content | trim | safe }}