From ae781218b47b1ec5664fef6d883b9cc96bda9ce7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Apr 2023 13:31:29 +0200 Subject: Fix spacing of code examples --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 48b920e..89de955 100644 --- a/templates/page.html +++ b/templates/page.html @@ -16,7 +16,7 @@ {%- endif %} {%- endif %}
- {{ page.content | indent | safe }} + {{ page.content | safe }}

{%- if page.taxonomies %} -- cgit 1.4.1