From b58ddadf26e2b07c523e90ce66e4b0b55cc143a9 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 8 Oct 2025 11:02:03 -0400 Subject: [PATCH] fix: html suffix --- src/pages/git.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/git.astro b/src/pages/git.astro index cc7b929..4a92d95 100644 --- a/src/pages/git.astro +++ b/src/pages/git.astro @@ -38,7 +38,7 @@ const title = "Git Repositories"; li.className = `topic ${cls}`; const a = document.createElement("a"); - a.href = `${window.location.origin}/git/${label}`; + a.href = `${window.location.origin}/git/${label}.html`; a.textContent = label; a.setAttribute("data-topic", name);