hugo-theme-introduction/layouts/_default/single.html
2018-07-01 10:09:29 +02:00

9 lines
224 B
HTML

{{ define "main" }}
<div class="container markdown top-pad">
{{ .Content }}
</div>
<!-- End post content -->
<div class="disqus">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}