all repos — website @ 85426feafa3b77aa84159c45fa606aa075b10b64

My website

Fix indentation of code blocks

Alan Pearce
commit

85426feafa3b77aa84159c45fa606aa075b10b64

parent

c10f78b8d3b0591d61d4b8c7969a0e8085b558cc

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M themes/bear/templates/page.htmlthemes/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 %}