fix: html suffix

This commit is contained in:
Barrett Ruth 2025-10-08 11:02:03 -04:00
parent 0765f9c1aa
commit b58ddadf26

View file

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