Skip to content

Commit d99a2ef

Browse files
committed
typo in template file distorts CSS
1 parent 7f76492 commit d99a2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/templates/main.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{# title }}<h1 class='title'>{{{ title }}}</h1>{{/ title }}
2424
{{# subtitle }}<p class='subtitle'>{{{ subtitle }}}</p>{{/ subtitle }}
2525
{{# toc }}{{{ toc }}}{{/ toc }}
26-
<div class="pod-body{{^ toc }} no-toc{{/ toc }})">
26+
<div class="pod-body{{^ toc }} no-toc{{/ toc }}">
2727
{{# body }}{{{ . }}}{{/ body }}
2828
</div>
2929
{{# footnotes }}{{{ footnotes }}}{{/ footnotes }}

0 commit comments

Comments
 (0)