summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/_default/list.html
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-02 20:38:55 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-02 20:38:55 -0800
commit98ddc6edd51bc961ef8dbeb9852fdbb3978f23ce (patch)
tree06fc2f63ef2e0a5913e5a3ccacac2bc2b0d312b3 /indieweb-micro/themes/MinIndie/layouts/_default/list.html
parent20d22355022cff53b096af7719ced5d74632019a (diff)
fix: micro posts imprecise dt-published values
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/_default/list.html')
-rw-r--r--indieweb-micro/themes/MinIndie/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/list.html b/indieweb-micro/themes/MinIndie/layouts/_default/list.html
index f3639a1..7f8130e 100644
--- a/indieweb-micro/themes/MinIndie/layouts/_default/list.html
+++ b/indieweb-micro/themes/MinIndie/layouts/_default/list.html
@@ -37,7 +37,7 @@
{{ partial "bio-hcard.html" . }}
</div>
<div class="post-title">
- <time class="date dt-published" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02" }}</time>:
+ <time class="date dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "02" }}</time>:
{{ if eq $pageKind "term" }}[{{ .Type }}] {{ end }}
<a href="{{ .Permalink }}" class="u-url p-name title">
{{.Title }}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage