diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-27 09:09:32 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-27 09:09:32 +0100 |
| commit | 4729e27ea847761a979f162c6157420e96409a5f (patch) | |
| tree | 0b764f761f411ea5601fbb5c73f628312fa22246 | |
| parent | b590a2ffef222737178e83a769c9bc507ba77432 (diff) | |
website: remove links from navbar
| -rw-r--r-- | website/src/components/Navbar.astro | 3 |
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> |
