diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 20:38:55 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-02 20:38:55 -0800 |
| commit | 98ddc6edd51bc961ef8dbeb9852fdbb3978f23ce (patch) | |
| tree | 06fc2f63ef2e0a5913e5a3ccacac2bc2b0d312b3 /indieweb-micro/themes/MinIndie/layouts/notes/notes.html | |
| parent | 20d22355022cff53b096af7719ced5d74632019a (diff) | |
fix: micro posts imprecise dt-published values
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/notes/notes.html')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/notes/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/notes/notes.html b/indieweb-micro/themes/MinIndie/layouts/notes/notes.html index e0e0d17..23aa6d9 100644 --- a/indieweb-micro/themes/MinIndie/layouts/notes/notes.html +++ b/indieweb-micro/themes/MinIndie/layouts/notes/notes.html @@ -24,7 +24,7 @@ {{ .Content }} </p> - <time class="date dt-published" datetime="{{ .Date.Format "2006-01-02 15:04" }}"> + <time class="date dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}"> <a href="{{ .RelPermalink }}">{{ .Date.Format "2006-01-02 15:04" }}</a> </time> |
