Fix main-article toc if statement postition
This commit is contained in:
parent
04fcadc4bf
commit
37835808a0
|
@ -11,12 +11,11 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
</header>
|
||||
{{ if .Params.toc }}
|
||||
<div id="tocWrapper">
|
||||
<h4>Table of Contents</h4>
|
||||
{{ if .Params.toc }}
|
||||
<aside>{{.TableOfContents}}</aside>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ .Content }}
|
||||
{{ end }} {{ .Content }}
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue