mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 15:44:24 +01:00
Add: toc shortcode
This commit is contained in:
parent
d007997374
commit
4e83792262
1 changed files with 4 additions and 0 deletions
4
layouts/shortcodes/toc.html
Normal file
4
layouts/shortcodes/toc.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<div>
|
||||||
|
<h2>Table Of Contents</h2>
|
||||||
|
{{ .Page.TableOfContents }}
|
||||||
|
</div>
|
Loading…
Reference in a new issue