hugo/docs/layouts/_default/single.html

10 lines
302 B
HTML
Raw Normal View History

2013-07-04 11:32:55 -04:00
{{ template "chrome/header.html" . }}
2014-02-20 19:05:09 -05:00
{{ if not .Params.notoc }}
<div id="toc" class="well col-md-4 col-sm-6">
{{ .TableOfContents }}
</div>
{{ end }}
2013-07-04 11:32:55 -04:00
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ template "chrome/footer.html" . }}