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
Raw Normal View History

2021-05-03 21:00:05 +02:00
<!-- Source: https://ruddra.com/hugo-add-toc-anywhere/ -->
<div class="toc">
{{ .Page.TableOfContents }}
</div>