Use better time formatting for the published dates on recommendations

This commit is contained in:
Campbell Alden 2022-09-14 18:06:57 +09:00
parent 94882c90e1
commit 88ee54d5bf

View file

@ -13,7 +13,7 @@
{{ end }} {{ end }}
<h1>{{- .Title -}}</h1> <h1>{{- .Title -}}</h1>
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px"> <h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">
{{- .PublishDate.Format "August 2, 2006" -}} {{- .PublishDate | time.Format ":date_long" -}}
</h2> </h2>
{{ partial "quicklook.html" . }} {{ partial "quicklook.html" . }}
</header> </header>