summary refs log tree commit diff
path: root/components/layout
diff options
context:
space:
mode:
authorAshelyn Rose <git@tempest.dev>2023-07-01 22:22:05 -0600
committerAshelyn Rose <git@tempest.dev>2023-07-01 22:22:05 -0600
commit53e7daffac70865dbd9d619ad578230ebf7eb44a (patch)
tree1e96a02e3a99727de5fee9eb5e8d78470bec7a32 /components/layout
parentad08de6e941cfbae56b4d72d8f9e3b73b2eeb943 (diff)
Replace posts with webring (will be restored to ashen.earth)
Diffstat (limited to 'components/layout')
-rw-r--r--components/layout/Header.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx
index 23ba4b2..6fa16ff 100644
--- a/components/layout/Header.tsx
+++ b/components/layout/Header.tsx
@@ -20,8 +20,9 @@ export default function Title() {
       }
       <nav>
         <a href="/about">about</a>
-        <a href="/posts">posts</a>
+        {/* <a href="/posts">posts</a> */}
         <a href="/contact">contact</a>
+        <a href="/webring">webring</a>
       </nav>
       <div className="headerBackground">
         <Image