Erster Entwurf
This commit is contained in:
commit
b5d27b3fc9
66 changed files with 11671 additions and 0 deletions
8
themes/mainroad/layouts/partials/post_toc.html
Normal file
8
themes/mainroad/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 }}
|
Loading…
Add table
Add a link
Reference in a new issue