and again
This commit is contained in:
parent
5e41bb2a86
commit
e73a41f1c8
1 changed files with 1 additions and 2 deletions
|
@ -12,9 +12,8 @@
|
|||
|
||||
<div class="postmeta">Geschrieben am <time datetime='{{ .Date | time.Format ":date_long" }}' pubdate="">{{ .Date | time.Format ":date_long" }}</time> in
|
||||
<span class="categories">
|
||||
{{ $x := .Site.baseUrl }}
|
||||
{{ range $i, $v := .Params.categories }}
|
||||
<a class="category" href="{{ $x }}categories/{{ $v | urlize }}">{{ $v }}</a>{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
|
||||
<a class="category" href="{{ relLangURL }}categories/{{ $v | urlize }}">{{ $v }}</a>{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
|
||||
{{ end }}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue