diff --git a/src/components/Header.astro b/src/components/Header.astro index 56c8601..e2ebe21 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,4 +1,5 @@ --- +import { Icon } from 'astro-icon/components'; const navLinks = [ { href: '/projects', label: 'Projects' }, { href: '/webring', label: 'Webring' }, @@ -11,21 +12,40 @@ const path = Astro.url.pathname; Carleton Computer Science Showcase - +
+ + +
+ + diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 3977cc9..73a6cc7 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -16,6 +16,16 @@ const { + +