From 02c25c1ca07b0a50ba9cf832c1b353c9b8cdd98b Mon Sep 17 00:00:00 2001 From: BlkPingu Date: Sat, 24 Dec 2022 21:53:24 +0100 Subject: [PATCH] add pretalx schedule widget --- src/layouts/Layout.astro | 3 +- src/pages/schedule/index.astro | 26 + yarn.lock | 10198 ++++++++++++------------------- 3 files changed, 3977 insertions(+), 6250 deletions(-) create mode 100644 src/pages/schedule/index.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f84a230..fc41985 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -15,6 +15,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' {`${title ? title + ' / ' : ''}${permaTitle}`} +