Day 3
parent
f4671526d2
commit
08871c8245
|
|
@ -8,7 +8,7 @@ banner:
|
|||
image: "/images/hmc_spread.png"
|
||||
hide_banner_img: true
|
||||
live_banner:
|
||||
enable: true
|
||||
enable: false
|
||||
use_twitch: true
|
||||
use_youtube: false
|
||||
title: "Handmade Seattle 2024"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ layout: year_page
|
|||
banner:
|
||||
title: "<span class='seattle-color'>Handmade Seattle 2024</span>"
|
||||
live_banner:
|
||||
enable: true
|
||||
enable: false
|
||||
use_twitch: true
|
||||
use_youtube: false
|
||||
title: "Handmade Seattle 2024"
|
||||
|
|
@ -48,7 +48,7 @@ banner:
|
|||
bg_class: "z-0 bg-[rgba(0,0,0,0.5)]"
|
||||
image: "/images/hms/seattle-dark-mode.svg"
|
||||
hide_banner_img: true
|
||||
hide_title_after_banner: true
|
||||
hide_title_after_banner: false
|
||||
section_class: "bg-black pb-0"
|
||||
transition:
|
||||
end: "/images/transition2.svg"
|
||||
|
|
@ -106,7 +106,7 @@ features:
|
|||
bottom_text: "All times in Seattle Time, UTC-8:00 timezone."
|
||||
bottom_text_class: "text-center mt-8 text-slate-300"
|
||||
day_date_class: "text-center text-white text-xl mb-4 underline"
|
||||
default_day: "Day 2"
|
||||
default_day: "Day 3"
|
||||
days:
|
||||
- title: "Day 1"
|
||||
date: "Wed Nov 20th, 2024"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
<h1 class="mb-8 text-h2 lg:-texth2">
|
||||
{{ .title | markdownify }}
|
||||
</h1>
|
||||
<p> Devon was here </p>
|
||||
{{ end }}
|
||||
<p class="mb-8 text-white">
|
||||
{{ .content | markdownify }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue