summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-04-27 09:09:32 +0100
committerJoe Carstairs <me@joeac.net>2026-04-27 09:09:32 +0100
commit4729e27ea847761a979f162c6157420e96409a5f (patch)
tree0b764f761f411ea5601fbb5c73f628312fa22246
parentb590a2ffef222737178e83a769c9bc507ba77432 (diff)
website: remove links from navbar
-rw-r--r--website/src/components/Navbar.astro3
1 files changed, 0 insertions, 3 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index c0ebe63..0fe5b32 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -13,9 +13,6 @@
<a href="/microlog">Microlog</a>
</li>
<li>
- <a href="/links">Links</a>
- </li>
- <li>
<a href="/contact">Contact</a>
</li>
</ul>