This repository has been archived on 2021-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bever-dam/layouts/shortcodes/table_of_contents.html
Jef Roosens 15bd21b7ed
All checks were successful
continuous-integration/drone the build was successful
Started first post
2021-05-03 21:00:05 +02:00

4 lines
116 B
HTML

<!-- Source: https://ruddra.com/hugo-add-toc-anywhere/ -->
<div class="toc">
{{ .Page.TableOfContents }}
</div>