Fix indentation of code blocks
Alan Pearce alan@alanpearce.eu
Sun, 30 Jul 2023 10:38:28 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
M themes/bear/templates/page.html → themes/bear/templates/page.html
@@ -14,7 +14,7 @@ </p> {%- endif %} {%- endif %} <main id="content"> - {{ page.content | trim | indent | safe }} + {{ page.content | trim | safe }} </main> <ul class="tags"> {%- if page.taxonomies %}