From 03ab8b5a801509e42cf12cdc9e8290cad42a2c34 Mon Sep 17 00:00:00 2001 From: Leon Bowie Date: Sun, 5 May 2024 16:05:23 +1200 Subject: [PATCH] feat: add normal workshop page --- src/data.ts | 1 + src/pages/mahi/workshops.astro | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/pages/mahi/workshops.astro diff --git a/src/data.ts b/src/data.ts index f676ca17..8a389dbb 100644 --- a/src/data.ts +++ b/src/data.ts @@ -216,6 +216,7 @@ export const headerLinks: HeaderLink[] = [ { label: "What We Do", href: "/what-we-do" }, { label: "Sessions", href: "/mahi/sessions" }, { label: "School Sessions", href: "/mahi/school-sessions" }, + { label: "Workshops", href: "/mahi/workshops" }, { label: "Teacher Workshops", href: "/mahi/teacher-workshops" }, ], }, diff --git a/src/pages/mahi/workshops.astro b/src/pages/mahi/workshops.astro new file mode 100644 index 00000000..cec5a454 --- /dev/null +++ b/src/pages/mahi/workshops.astro @@ -0,0 +1,7 @@ +--- +import Layout from "@layouts/Layout.astro"; + +const title = "What We Do"; +--- + +