Fix spacing
This commit is contained in:
parent
f642c74351
commit
a37ed682a1
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
|
||||||
{{if .Params.toc }}
|
{{ if .Params.toc }}
|
||||||
<aside {{ if .Params.tocBorder }} class="toc" {{ end }}>
|
<aside {{ if .Params.tocBorder }} class="toc" {{ end }}>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</aside>
|
</aside>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
|
||||||
{{if .Params.toc }}
|
{{ if .Params.toc }}
|
||||||
<aside {{ if .Params.tocBorder }} class="toc" {{ end }}>
|
<aside {{ if .Params.tocBorder }} class="toc" {{ end }}>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</aside>
|
</aside>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user