We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f76492 commit d99a2efCopy full SHA for d99a2ef
resources/templates/main.mustache
@@ -23,7 +23,7 @@
23
{{# title }}<h1 class='title'>{{{ title }}}</h1>{{/ title }}
24
{{# subtitle }}<p class='subtitle'>{{{ subtitle }}}</p>{{/ subtitle }}
25
{{# toc }}{{{ toc }}}{{/ toc }}
26
- <div class="pod-body{{^ toc }} no-toc{{/ toc }})">
+ <div class="pod-body{{^ toc }} no-toc{{/ toc }}">
27
{{# body }}{{{ . }}}{{/ body }}
28
</div>
29
{{# footnotes }}{{{ footnotes }}}{{/ footnotes }}
0 commit comments