hugo-theme-relearn/layouts/partials/toc.html

6 lines
144 B
HTML
Raw Normal View History

<div class="default-animation progress">
2022-03-07 18:25:33 +01:00
<div class="wrapper">
2016-03-17 21:05:42 +01:00
{{ .TableOfContents }}
2022-03-07 18:25:33 +01:00
</div>
</div>