weiro/layouts/simplecss/templates/posts_single.html

5 lines
137 B
HTML

<div class="h-entry">
{{ if .Post.Title }}<h3>{{ .Post.Title }}</h3>{{ end }}
{{ .HTML }}
{{ template "_post_meta.html" . }}
</div>