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

@ -32,7 +32,7 @@
<a href="{{ .Permalink }}">
<h5 class="mt-0">{{ .Title }}</h5>
</a>
{{ time.Format "02 Jan 2006" .PublishDate }}
{{ time.Format "02. Jan 2006" .PublishDate }}
</div>
</div>
{{ end }}