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

7 lines
127 B
HTML
Raw Normal View History

2017-08-27 14:38:42 +00:00
{{ define "content" -}}
<article class="post">
<div class="post-content">
{{ .Content }}
</div>
</article>
{{- end }}