Sync
This commit is contained in:
6
layouts/partials/toc.html
Normal file
6
layouts/partials/toc.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ if eq .Params.toc true }}
|
||||
<nav class="toc" aria-labelledby="toc-heading">
|
||||
<strong id="toc-heading">{{ T "table_of_contents" }}</strong>
|
||||
{{ .TableOfContents }}
|
||||
</nav>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user