set hero lines headline to h4

master
David Kebler 2017-03-29 20:56:45 -07:00
parent ec30819693
commit 2cf57bf940
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{{ with .subsubheadline }}<h3>{{ . }}</h3>{{ end }}
{{ with .divider }}<hr>{{ end }}
{{ range .lines }}
<h5> {{ . }}</h5>
<h4> {{ . }}</h4>
{{ end }}
{{ end }}
</div>