all repos — homestead @ 2905a3f2ac7bcb10ff69a174a0aa4752afcd3332

Code for my website

Fix indentation of code blocks

Alan Pearce
commit

2905a3f2ac7bcb10ff69a174a0aa4752afcd3332

parent

7b2649db2f5159ad15c274957d1d3e71bb7ab8ff

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

jump to
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 %}