Files
hyzendust.github.io/themes/hugo-theme-yue/layouts/_partials/main/dates/date.html
2026-03-02 22:56:44 +05:30

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>