~ruther/blog

ref: 1e4dd2e3a3a3029087f7d501e0715d4756ff8a78 blog/themes/poison/layouts/partials/table_of_contents.html -rw-r--r-- 188 bytes
1e4dd2e3 — Rutherther chore: add rsync 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>