~ruther/blog

ref: 32f0d65bfa5928b4abb81beab0dd807aff1b72cd blog/themes/poison/layouts/partials/table_of_contents.html -rw-r--r-- 188 bytes
32f0d65b — Rutherther feat: Add about me 9 months ago
                                                                                
1
2
3
4
5
6
<div class="article-toc {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
    <div class="toc-wrapper">
      <h4 id="contents"></h4>
      {{ .TableOfContents }}
    </div>
</div>