mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 13:48:32 +02:00
4 lines
238 B
HTML
4 lines
238 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>
|