make the "Written at" more legible

This commit is contained in:
_ 2025-08-14 01:00:08 +00:00
parent f32623a905
commit 27470083dc

View file

@ -598,7 +598,7 @@ fn output_html(
body { body {
h1 { (title) } h1 { (title) }
img src="hero.webp" width="700" height="233" {} img src="hero.webp" width="700" height="233" {}
p { "Written at: " (now.to_rfc3339()) } p { "Written at: " (now.format("%F %T")) }
@for entry in html_list { @for entry in html_list {
(entry) (entry)
} }