Improve style
This commit is contained in:
parent
efcb6087b3
commit
fdbb595579
1 changed files with 5 additions and 7 deletions
|
@ -18,20 +18,18 @@
|
|||
(article :class "prose max-w-none"
|
||||
(h1 title)
|
||||
(raw! content)
|
||||
(p :class "text-right"
|
||||
(p :class "text-right text-sm text-gray-400"
|
||||
(and published-at
|
||||
(hsx
|
||||
(span
|
||||
"(Published: "
|
||||
"Published: "
|
||||
(|time| :datetime (datetime published-at)
|
||||
(asctime published-at))
|
||||
")")))
|
||||
(asctime published-at)))))
|
||||
(and revised-at
|
||||
(hsx
|
||||
(<>
|
||||
(br)
|
||||
(span
|
||||
"(Last updated: "
|
||||
"Last updated: "
|
||||
(|time| :datetime (datetime revised-at)
|
||||
(asctime revised-at))
|
||||
")")))))))))
|
||||
(asctime revised-at)))))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue