www-jmbit-de/themes/terminal/layouts/partials/post-date.html
Johannes Bülow b20ad0960c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
moved to newer version of theme, refractored go code
2024-11-26 09:09:05 +01:00

10 lines
No EOL
258 B
HTML

{{- $date := .Date -}}
{{- with .Params.dateFormat -}}
{{- $date | time.Format . -}}
{{- else -}}
{{- with .Site.Params.dateFormat -}}
{{- $date | time.Format . -}}
{{- else -}}
{{- $date | time.Format "2006-01-02" -}}
{{- end -}}
{{- end -}}