Remove coffee and links pages and update nav
CI / ci (push) Successful in 32s
CI / ci (pull_request) Successful in 31s
Docker / docker (pull_request) Successful in 24s

Add an inline "See what I use" link and styles to the About page
so /uses remains discoverable from the content.
This commit is contained in:
2026-03-07 22:30:23 +01:00
parent 8b78ee20f5
commit 3701db03ad
5 changed files with 17 additions and 688 deletions
-3
View File
@@ -6,10 +6,7 @@ const links = [
{ href: "/about", label: "about" },
{ href: "/projects", label: "projects" },
{ href: "/now", label: "now" },
{ href: "/uses", label: "uses" },
{ href: "/blog", label: "blog" },
{ href: "/coffee", label: "coffee" },
{ href: "/links", label: "links" },
{ href: "/guestbook", label: "guestbook" },
];