hugo-theme-even/layouts/_default/single.html
2017-08-27 22:38:42 +08:00

7 lines
No EOL
127 B
HTML

{{ define "content" -}}
<article class="post">
<div class="post-content">
{{ .Content }}
</div>
</article>
{{- end }}