diff --git a/src/pages/index.astro b/src/pages/index.astro index 254851b..9a870b9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -21,7 +21,7 @@ import HeaderLink from '../components/HeaderLink.astro';
  • ✍️ blog~ i write my thoughts sometimes
  • πŸ—‚οΈ logs~ a record of what I've watched, read & climbed
  • πŸ“Έ gallery~ moments and places of my life, in pictures
  • -
  • πŸ¦• more~ additional pages
  • +
  • πŸ¦• more~ additional slash pages
  • diff --git a/src/pages/more.md b/src/pages/slashes.md similarity index 83% rename from src/pages/more.md rename to src/pages/slashes.md index 70ce885..e904cc7 100644 --- a/src/pages/more.md +++ b/src/pages/slashes.md @@ -1,9 +1,11 @@ --- -title: "More" -description: "Here you'll see some more of the various pages so that the landing page doesn't overflow with pages lol." +title: "πŸ—‘ Slash Pages" +description: "" layout: "../layouts/Layout.astro" --- +These are the rest of the [**slash pages**](https://slashpages.net/) on my website. + [πŸ”– **bookmarks**](/bookmarks) Β· collection of my favorite links to content around the web [🌐 **connect**](/connect) Β· ways to reach me across the cyberspace @@ -26,4 +28,4 @@ layout: "../layouts/Layout.astro" [🎁 **wishlist**](/wish) Β· my public wishlist -[πŸ—ΊοΈ **worldmap**](/worldmap) Β· map of places I've been in the world +[πŸ—ΊοΈ **worldmap**](/worldmap) Β· map of places I've been in the world \ No newline at end of file