diff --git a/src/components/Header.astro b/src/components/Header.astro index 47f3ffa..ecc1bf7 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,9 @@ --- import HeaderLink from './HeaderLink.astro'; import Blazestar from './Blazestar.astro'; +import NoteHierarchy from './NoteHierarchy.astro'; +import NotesLinks from './NotesLinks.astro'; +import NotchedBox from './NotchedBox.astro'; ---
@@ -10,6 +13,17 @@ import Blazestar from './Blazestar.astro'; Home Blog About +
+ + +
+ + + +
+