Files
personal-website/layouts/partials/table-of-contents.html
T
2023-11-21 17:40:40 +01:00

6 lines
136 B
HTML

{{ with .TableOfContents }}
<aside id="table-of-contents">
<h3>Table of contents</h3>
{{ . }}
</aside>
{{ end }}