Write the full month out in post dates

This commit is contained in:
Eryn Wells 2022-04-25 23:18:06 -07:00
parent 4e3e79fc77
commit 14634d5c97

View file

@ -4,7 +4,7 @@
{{ partial "development/draft_tag.html" . }}
<div class="post-title">
<h1>{{ .Title }}</h1>
<div class="post-date"><time>{{ .Date | time.Format "Jan 2, 2006" }}</time></div>
<div class="post-date"><time>{{ .Date | time.Format "January 2, 2006" }}</time></div>
</div>
</header>
<section class="post-content">