fixing generation of holiday page
This commit is contained in:
parent
7780916f55
commit
cf2859234f
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Reflecting on 2023"
|
title: "Reflecting on 2023"
|
||||||
date: 2024-01-10:15:29-07:00
|
date: 2024-01-01T15:29:00-07:00
|
||||||
draft: true
|
draft: true
|
||||||
layout: winter
|
layout: winter
|
||||||
context: "This page is an entry into the 32-Bit Cafe's [2023 holiday event](https://32bit.cafe/holidays2023/)."
|
context: "This page is an entry into the 32-Bit Cafe's [2023 holiday event](https://32bit.cafe/holidays2023/)."
|
|
@ -62,7 +62,7 @@ main {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
background-image: url('/images/blog/12/desert.png');
|
background-image: url('/images/blog/desert.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Reference in New Issue