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

toc.html « partials « layouts - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81d524a8f8d3fd702665c3013f6b52125e031f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ if .Params.toc }}
<aside class="toc">
  <script src="{{ "js/toc.js" | relURL }}"></script>
  <div id="tocContainer">
    <div id="tocTitle">
      &#9776; <!-- Trigram for heaven, aka. hamburger menu -->
    </div>
    <div id="tocCollapsible">
      {{ .TableOfContents }}
    </div>
  </div>
</aside>
{{ end }}