Move <h1> within article (#30)
1 files changed, 1 insertions(+), 1 deletions(-) M layouts/_default/single.html
M layouts/_default/single.html => layouts/_default/single.html +1 -1
@@ 3,8 3,8 @@ {{ end }} {{ define "main" }} - <h1>{{ .Title }}</h1> <article class="lh-copy measure-wide"> + <h1>{{ .Title }}</h1> {{ .Content }} </article> {{ end }}