Let's get some heading font sizes up in here

This commit is contained in:
Eryn Wells 2022-10-09 12:50:08 -07:00
parent a6128d8556
commit d7077b88f1
3 changed files with 43 additions and 29 deletions

View file

@ -3,7 +3,9 @@
{{ partial "development/draft_tag.html" . }}
<div class="post-title">
<h1>{{ .Title }}</h1>
{{ if not (eq .Type "page") }}
<div class="post-date"><time>{{ .Date | time.Format "January 2, 2006" }}</time></div>
{{ end }}
</div>
</header>