This commit is contained in:
parent
3f2da3b122
commit
15bd21b7ed
2 changed files with 26 additions and 0 deletions
4
layouts/shortcodes/table_of_contents.html
Normal file
4
layouts/shortcodes/table_of_contents.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<!-- Source: https://ruddra.com/hugo-add-toc-anywhere/ -->
|
||||
<div class="toc">
|
||||
{{ .Page.TableOfContents }}
|
||||
</div>
|
||||
Reference in a new issue