Add posted-at date to Pardon Our Dust page
Just to like. clarify how up-to-date it is and isn't!
This commit is contained in:
parent
57e262a884
commit
2126cefdd4
2 changed files with 12 additions and 1 deletions
|
@ -2,6 +2,15 @@ body.static-pardon_our_dust
|
|||
.header-image
|
||||
max-width: 100%
|
||||
|
||||
.post-header
|
||||
margin-bottom: 1em
|
||||
|
||||
h1
|
||||
margin-bottom: .125em
|
||||
|
||||
.posted-at
|
||||
font-size: 75%
|
||||
|
||||
main
|
||||
ul
|
||||
padding-left: 2em
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
= image_tag 'pardon-our-dust/header.png', class: 'header-image',
|
||||
alt: 'Fyora directing a Yurble worker, as other faeries help rebuild Faerieland in the background'
|
||||
|
||||
%h1#title Pardon our dust!
|
||||
%header.post-header
|
||||
%h1#title Pardon our dust!
|
||||
.posted-at Posted by Matchu on October 12, 2023
|
||||
|
||||
%main
|
||||
:markdown
|
||||
|
|
Loading…
Reference in a new issue