This repository has been archived on 2021-08-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bever-dam/layouts/shortcodes/table_of_contents.html

5 lines
116 B
HTML

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