summaryrefslogtreecommitdiff
path: root/website/src/components/Navbar.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 09:38:10 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 09:38:10 +0100
commitf977ee338c7eff240c26c793d7340de4a7b5788b (patch)
treee5803001ec972c176e7a87884455ff2dcad7c6c7 /website/src/components/Navbar.astro
parentb5a434c9596f6792f8f574c5641d4cbe1dd5c289 (diff)
Adds Links page and fixes blog feed
Diffstat (limited to 'website/src/components/Navbar.astro')
-rw-r--r--website/src/components/Navbar.astro3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index c94944a..479f8b5 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -9,5 +9,8 @@
<li>
<a href="/blog">Blog</a>
</li>
+ <li>
+ <a href="/links">Links</a>
+ </li>
</ul>
</nav>