diff --git a/src/components/schedule/session.astro b/src/components/schedule/session.astro index 7747f3e1a..6b253ee1f 100644 --- a/src/components/schedule/session.astro +++ b/src/components/schedule/session.astro @@ -1,6 +1,7 @@ --- import Speakers from "./speakers.astro"; import { slugify } from "@utils/content"; +import Headline from "@ui/Headline.astro"; export interface props { style: any; @@ -69,7 +70,7 @@ const hasFooter = true; --> -

{session.title}

+

{session.title}

{ hasFooter && ( diff --git a/src/pages/schedule.astro b/src/pages/schedule.astro index 4f98b673e..b838e2ed6 100644 --- a/src/pages/schedule.astro +++ b/src/pages/schedule.astro @@ -27,3 +27,64 @@ const days = await getCollection("days"); )) } + diff --git a/src/pages/session/[slug].astro b/src/pages/session/[slug].astro index d7f851105..96f47dafc 100644 --- a/src/pages/session/[slug].astro +++ b/src/pages/session/[slug].astro @@ -8,6 +8,7 @@ import { YouTube } from "@astro-community/astro-embed-youtube"; import { Picture } from "astro:assets"; import Markdown from "@ui/Markdown.astro"; import Section from "@ui/Section.astro"; +import Button from "@ui/Button.astro"; export async function getStaticPaths() { const sessions = await getCollection("sessions"); @@ -100,6 +101,8 @@ const nextSessionsOrdered = sameRoomNextSession
Duration:
{entry.data.duration} minutes
+ +

Abstract