Localize post date

Change post date to localized version {{ .Page.Date | time.Format ":date_full" }}
This commit is contained in:
Jan 2022-01-12 11:43:59 +01:00 committed by GitHub
parent 2134464267
commit 22185b6525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@
<div class="author-profile ml-auto align-self-lg-center">
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}' alt="Author Image">
<h5 class="author-name">{{ partial "helpers/get-author-name.html" . }}</h5>
<p>{{ .Page.Date.Format "January 2, 2006" }}</p>
<p>{{ .Page.Date | time.Format ":date_full" }}</p>
</div>
<div class="title">