This repository has been archived on 2020-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
thoughtpile/layouts/partials/toc.html

9 lines
172 B
HTML

{{ if and (gt .WordCount 400 ) (.Params.toc) }}
<aside class="toc">
<header>
<h2>Table of contents</h2>
</header>
{{.TableOfContents}}
</aside>
{{ end }}