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

7 lines
No EOL
125 B
HTML

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