add basic table of contents
This commit is contained in:
parent
4be09e7180
commit
f9e72c9d4c
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
{{ end }}
|
||||
|
||||
<div class="post-content">
|
||||
{{ if .Params.Toc }}
|
||||
<h2>Table of Contents</h2>
|
||||
<aside class="table-of-contents">{{ .TableOfContents }}</aside>
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ if eq .Type $.Site.Params.contentTypeName }}
|
||||
|
|
Loading…
Reference in a new issue