Skip to content

Commit

Permalink
fix: add i18n in taxonomy page
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejh committed Aug 22, 2021
1 parent 2c791bd commit 719174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/taxonomy.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="key">
{{ range .Pages }}
<div class="value">
<div class="date">
{{ .Date.Format "Jan 2" }}
<time datetime="{{ .PublishDate }}">{{ i18n "publishDateShort" . }}</time>
</div>
<div class="title">
<a href="{{ .Permalink }}">
Expand Down

0 comments on commit 719174b

Please sign in to comment.