initial commit
This commit is contained in:
8
themes/hugo-dpsg/layouts/partials/post_toc.html
Normal file
8
themes/hugo-dpsg/layouts/partials/post_toc.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ if .Param "toc" }}
|
||||
<div class="post__toc toc">
|
||||
<div class="toc__title">{{ T "toc_title" }}</div>
|
||||
<div class="toc__menu">
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user