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

docs-toc.html « sidebar « partials « layouts - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ab5ab784ff20a8566de63c3e0c1cdf8b2a2f306 (plain)
1
2
3
4
5
6
{{ if ne .Params.toc false -}}
  <div class="page-links">
    <h3>On this page</h3>
    {{ .TableOfContents }}
  </div>
{{ end -}}