Datum-Format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-22 12:32:28 +01:00
parent d4d014dc8b
commit 34301d00f8
4 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,10 @@
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "date" }}:
</span>{{ time.Format "02 Jan 2006" .PublishDate }}</li>
</span>{{ time.Format "02. Jan 2006" .PublishDate }}</li>
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">{{ i18n "category" }}:
</span>{{ range $index, $elements:= .Params.Categories }}<a
href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}"> {{ if ne $index 0 }}, {{ end }}
{{ . | title }}</a> {{ end}}</li>