diff options
Diffstat (limited to 'website/src')
| -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 75945af..c0ebe63 100644 --- a/website/src/components/Navbar.astro +++ b/website/src/components/Navbar.astro @@ -10,6 +10,9 @@ <a href="/blog">Blog</a> </li> <li> + <a href="/microlog">Microlog</a> + </li> + <li> <a href="/links">Links</a> </li> <li> |
