~svbn/stefan.vanburen.xyz

b21ceef33fe4a9cf0aa334b5de04ef5d0af5c5e3 — Stefan VanBuren 4 years ago 27103f9
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 }}