fix: html suffix
This commit is contained in:
parent
0765f9c1aa
commit
b58ddadf26
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue