www.byjp.me/layouts/partials/year-relative-date.html
JP Hastings-Spital 6a901c75cd Colour tweaks
2023-12-24 22:01:11 +00:00

4 lines
No EOL
325 B
HTML

{{- $date := . -}}
{{- $extraClass := slice -}}
{{ if reflect.IsSlice . -}}{{ $date = index . 0 }}{{ $extraClass = index . 1 }}{{ end -}}
<time class="{{ with $extraClass }}{{.}}{{ end }}" timestamp="{{ $date }}" title="{{ time $date | dateFormat "2006-01-02 15:04 MST" }}">{{ partial "year-relative-date.txt" $date }}</time>