Write the full month out in post dates
This commit is contained in:
parent
4e3e79fc77
commit
14634d5c97
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue