diff options
Diffstat (limited to 'website/src/components/Navbar.astro')
| -rw-r--r-- | website/src/components/Navbar.astro | 3 |
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> |
