make the "Written at" more legible
This commit is contained in:
parent
f32623a905
commit
27470083dc
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ fn output_html(
|
|||
body {
|
||||
h1 { (title) }
|
||||
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 {
|
||||
(entry)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue