mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
3 lines
237 B
HTML
3 lines
237 B
HTML
{{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" -}}
|
|
{{- $dateHuman := .Date | time.Format (or site.Params.dateFormat "2006-01-02") -}}
|
|
<time class="published-date" datetime="{{ $dateMachine }}">{{ $dateHuman }}</time> |