Add changelog link to navigation
CI / ci (push) Successful in 28s
CI / ci (pull_request) Successful in 27s
Docker / docker (pull_request) Successful in 16s

This commit is contained in:
2026-03-07 16:23:14 +01:00
parent e7dcf695bb
commit 8b810b746b
2 changed files with 314 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ const links = [
{ href: "/now", label: "now" },
{ href: "/uses", label: "uses" },
{ href: "/blog", label: "blog" },
{ href: "/changelog", label: "changelog" },
];
function isActive(href: string, current: string): boolean {