first try to fix multilingual date formatting
This commit is contained in:
parent
73b2cf285e
commit
5e45932b37
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<h2><a rel="remote-article" href="{{ .Params.externalurl }}">→ {{ .Title }}</a> <a href="{{ .Permalink }}">∞</a></h2>
|
||||
{{ end }}
|
||||
|
||||
<div class="postmeta">Geschrieben am <time datetime='{{ .Date.Format "02.01.2006" }}' pubdate="">{{ .Date.Format "2. January 2006" }}</time>
|
||||
<div class="postmeta">Geschrieben am <time datetime='{{ .Date | time.Format ":date_medium" }}' pubdate="">{{ .Date | time.Format ":date_medium" }}</time>
|
||||
{{ if (isset .Params "categories") }}
|
||||
in
|
||||
<span class="categories">
|
||||
|
|
Loading…
Add table
Reference in a new issue