hugo-theme-introduction/layouts/_default/single.html

8 lines
175 B
HTML
Raw Normal View History

2018-07-01 08:09:29 +00:00
{{ define "main" }}
<div class="container markdown top-pad">
{{ .Content }}
2017-11-13 21:01:53 +00:00
</div>
2018-07-01 08:09:29 +00:00
<!-- End post content -->
{{ partial "comments.html" . }}
2018-07-01 08:09:29 +00:00
{{ end }}