diff --git a/src/components/NavHeader.astro b/src/components/NavHeader.astro index 9a128d7..60a4ccd 100644 --- a/src/components/NavHeader.astro +++ b/src/components/NavHeader.astro @@ -45,7 +45,7 @@ const optimizedBackgroundLQ = await getImage({ Blog | About | Friends | - Moar 88x31 | + Other Pages | Portfolio |
diff --git a/src/pages/directory.astro b/src/pages/directory.astro new file mode 100644 index 0000000..d72cb6b --- /dev/null +++ b/src/pages/directory.astro @@ -0,0 +1,20 @@ +--- +import Partition from "../components/Partition.astro"; + +import BaseLayout from "../layouts/BaseLayout.astro"; +const pageTitle = "A bunch of other pages!"; + +--- + +Here are some other pages I have for various reasons!
+ + +