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

toc.html « partials « layouts - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48df39358782f0f515b4026653f736171baa112d (plain)
1
2
3
4
5
6
7
8
{{ $toc := .TableOfContents }}

{{ with $.Page.Params.toc }}
<h2 class="title is-2">{{ i18n "toc" . }}</h2>
<div class="content">
  {{ $toc }}
</div>
{{ end }}