13 lines
239 B
HTML
13 lines
239 B
HTML
|
{{/*
|
||
|
|
||
|
Table of Contents
|
||
|
See config.toml and hugo documentation for configuration options
|
||
|
https://gohugo.io/content-management/toc/
|
||
|
|
||
|
*/}}
|
||
|
|
||
|
<div class="toc">
|
||
|
<h2>Table Of Contents</h2>
|
||
|
{{ .Page.TableOfContents }}
|
||
|
</div>
|