diff --git a/src/components/Header.astro b/src/components/Header.astro index 56c8601..03b5ef0 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' }, @@ -6,26 +7,45 @@ const navLinks = [ 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 { + +