[ce7075]: / themes / mimic-data / layouts / _default / single.html

Download this file

13 lines (12 with data), 305 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{{ partial "header.html" . }}
{{ if .Params.toc }}
<div class="col-lg-8 col-md-12">
{{ .Content }}
</div>
<div id="toc" class="col-lg-offset-6 toc {{ if gt (len .TableOfContents) 2500 }}compact{{ end }}">
{{ .TableOfContents }}
</div>
{{ else }}
{{ .Content }}
{{ end }}
{{ partial "footer.html" . }}