Use better time formatting for the published dates on recommendations
This commit is contained in:
parent
94882c90e1
commit
88ee54d5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
{{ end }}
|
||||
<h1>{{- .Title -}}</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">
|
||||
{{- .PublishDate.Format "August 2, 2006" -}}
|
||||
{{- .PublishDate | time.Format ":date_long" -}}
|
||||
</h2>
|
||||
{{ partial "quicklook.html" . }}
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue