Skip to content

Commit

Permalink
Localize post date (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
stueja authored Jan 13, 2022
1 parent f69ec4f commit 801208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 801208c

Please sign in to comment.