shithub: hugo

ref: 6c0ecc2d2889e0c2e1b239791839dae6ced6cc56
dir: /docs/layouts/_default/baseof.html/

View raw version
{{ partial "header.html" . }}
{{ if .Params.toc }}
<div class="col-lg-8 col-md-12">
{{block "main" .}}{{end}}
</div>
<div id="toc" class="col-lg-offset-6 toc {{ if gt (len .TableOfContents) 2500 }}compact{{ end }}">
    {{ .TableOfContents }}
</div>
{{ else }}
{{block "main" .}}{{end}}
{{ end }}
{{ partial "footer.html" . }}