aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/archives
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-08-19 17:20:51 +0800
committerverdant <im@verdant.ee>2026-08-19 17:20:51 +0800
commite43912152f5094d8fc8ec698612eb222cca049c2 (patch)
tree0743b1cf97b811d879bdfdc536bb2edc5f3bae78 /layouts/archives
parent66c2f117e788f3fa76784dfb4777060481b7edff (diff)
downloadblog-master.tar.gz
blog-master.zip
Tweak layoutHEADmaster
Diffstat (limited to 'layouts/archives')
-rw-r--r--layouts/archives/single.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/archives/single.html b/layouts/archives/single.html
index e7fc884..3ffe7ee 100644
--- a/layouts/archives/single.html
+++ b/layouts/archives/single.html
@@ -19,11 +19,10 @@
{{ range $postPages }}
{{ $year := .Date.Year }}
<li>
+ <time datetime="{{ .Date.Format " 2006-01-02" }}">{{ .Date.Format "2006-01-02" }}</time>
<span class="post-link-wrapper">
<a href="{{ .RelPermalink }}" class="post-title">{{ .Title }}</a>
</span>
-
- <time datetime="{{ .Date.Format " 2006-01-02" }}">{{ .Date.Format "2006-01-02" }}</time>
</li>
{{ end }}
</ul>