Datum-Format

This commit is contained in:
2023-02-22 12:32:28 +01:00
parent c53d4ff2e3
commit 23fca07393
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 }}