Welcome to mirror list, hosted at ThFree Co, Russian Federation.

toc.html « partials « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c6b5e0819a909fffd22a333762b702418c76871 (plain)
1
2
3
4
5
6
7
8
9
10
{{ if (.Params.toc) }}
<details class="toc" open>
<summary>
    <hr />
</summary>
<div class="inline toc-content">
    {{.TableOfContents}}
</div>
</details>
{{ end }}