diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-25 13:13:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-25 13:13:47 +0100 |
| commit | b590a2ffef222737178e83a769c9bc507ba77432 (patch) | |
| tree | 6d852108852fa028dc9ff618871805f6eb9dab98 | |
| parent | 52b254ff59942d83a87ee0280e4610cddc68cbfc (diff) | |
adds link to microlog to navbar
| -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> |
