Files
Documentation/themes/hextra/layouts/_partials/utils/format-date.html
2026-01-20 20:33:59 +01:00

4 lines
101 B
HTML

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