aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/toc.html
blob: ebfa8b3afc0dcd6a7759a842a5d39d89600bc122 (plain)
1
2
3
4
5
6
{{ if (.Params.toc) }}
<aside>
	<b>Table of Contents</b>
	{{.TableOfContents}}
</aside>
{{ end }}