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
|
@ -1,6 +1,15 @@
|
||||||
body.static-pardon_our_dust
|
body.static-pardon_our_dust
|
||||||
.header-image
|
.header-image
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
|
|
||||||
|
.post-header
|
||||||
|
margin-bottom: 1em
|
||||||
|
|
||||||
|
h1
|
||||||
|
margin-bottom: .125em
|
||||||
|
|
||||||
|
.posted-at
|
||||||
|
font-size: 75%
|
||||||
|
|
||||||
main
|
main
|
||||||
ul
|
ul
|
||||||
|
|
|
@ -4,7 +4,9 @@
|
||||||
= image_tag 'pardon-our-dust/header.png', class: 'header-image',
|
= 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'
|
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
|
%main
|
||||||
:markdown
|
:markdown
|
||||||
|
|
Loading…
Reference in a new issue