layouts/_default/single.html (
8
lines of code) (
raw
):
{{ define "main" }} {{ if .Params.blog_post }} <h2>{{ .Title }}</h2> {{ partial "published-info" .}} {{ end }} <br><br> {{ .Content }} {{ end }}