[SHORTCODE] Add shortcode for table of content
This commit is contained in:
parent
e545015e6d
commit
4a36ab38b1
1 changed files with 3 additions and 0 deletions
3
layouts/shortcodes/table_of_contents.html
Normal file
3
layouts/shortcodes/table_of_contents.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="toc">
|
||||
{{ .Page.TableOfContents }}
|
||||
</div>
|
Loading…
Reference in a new issue