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);