mirror of https://github.com/tildeclub/site.git
Unindent body tag so code blocks do not get weird indentation
This commit is contained in:
parent
24c135bbe8
commit
32e36c7242
|
@ -76,6 +76,8 @@ $highlighting-css$
|
||||||
</nav>
|
</nav>
|
||||||
<hr>
|
<hr>
|
||||||
$endif$
|
$endif$
|
||||||
|
<!-- unindent body so that code blocks don't have extra indents. See
|
||||||
|
https://stackoverflow.com/questions/42773587/code-block-formatting-issues-with-bootstrap-and-pandoc -->
|
||||||
$body$
|
$body$
|
||||||
$for(include-after)$
|
$for(include-after)$
|
||||||
$include-after$
|
$include-after$
|
||||||
|
|
Loading…
Reference in New Issue