- changed date formatting
This commit is contained in:
parent
6c5965e7ef
commit
5ec2fea11f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<h2><a rel="remote-article" href="{{ .Params.externalurl }}">→ {{ .Title }}</a> <a href="{{ .Permalink }}">∞</a></h2>
|
||||
{{ end }}
|
||||
|
||||
<div class="postmeta">Posted on <time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "January 2, 2006" }}</time> in
|
||||
<div class="postmeta">Geschrieben am <time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "2. Januar 2006" }}</time> in
|
||||
<span class="categories">
|
||||
{{ range $i, $v := .Params.categories }}
|
||||
<a class="category" href="/categories/{{ $v | urlize }}">{{ $v }}</a>{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue