Fix indentation of code blocks
1 file changed, 1 insertion(+), 1 deletion(-)
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 %}