From 17eaceb267574ed80bb30021aa2a26e01a374f5c Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sat, 22 Mar 2025 03:06:05 -0600 Subject: [PATCH] Header: add sidebar (no animation yet) --- src/components/Header.astro | 55 ++++++++++++++++++++++++++++++++++++- src/pages/settings.astro | 5 ++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 src/pages/settings.astro diff --git a/src/components/Header.astro b/src/components/Header.astro index f44b660..b0d1bbf 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,9 +1,10 @@ --- import { Icon } from "astro-icon/components"; +const path = Astro.url.pathname; ---
+ + diff --git a/src/pages/settings.astro b/src/pages/settings.astro new file mode 100644 index 0000000..9497300 --- /dev/null +++ b/src/pages/settings.astro @@ -0,0 +1,5 @@ +--- +import Layout from "@layouts/Layout.astro"; +--- + +