vaga / hugo-theme-m10c

A minimalistic (m10c) blog theme for Hugo
https://themes.gohugo.io/hugo-theme-m10c/
MIT License
471 stars 294 forks source link

Table of content #118

Open Tzion0 opened 9 months ago

Tzion0 commented 9 months ago

Hi,

I wonder this theme has table of content? Saw the following but no idea how to trigger it, probably just an example?

{{ if not .Params.notoc }}
    <div id="toc" class="well col-md-4 col-sm-6">
    {{ .TableOfContents }}
    </div>
{{ end }}