Files
RAPPORT-WEBSITE/themes/hextra/layouts/_partials/utils/format-date.html
T
2026-05-26 11:52:03 +02:00

4 lines
101 B
HTML

{{- with . -}}
{{- . | time.Format (site.Params.dateFormat | default ":date_long") -}}
{{- end -}}