Built site for gh-pages

This commit is contained in:
Hamel Husain
2024-03-21 22:41:28 -07:00
parent 21558905cd
commit 9457bb0640
22 changed files with 451 additions and 891 deletions

View File

@@ -127,6 +127,7 @@ window.document.addEventListener("DOMContentLoaded", function () {
} else {
sidebar.style.top = topOffset + "px";
sidebar.style.maxHeight = "calc(100vh - " + topOffset + "px)";
sidebar.style.minHeight = "calc(100vh - " + topOffset + "px)";
}
});
@@ -237,7 +238,6 @@ window.document.addEventListener("DOMContentLoaded", function () {
const links = window.document.querySelectorAll("a");
for (let i = 0; i < links.length; i++) {
if (links[i].href) {
links[i].dataset.originalHref = links[i].href;
links[i].href = links[i].href.replace(/\/index\.html/, "/");
}
}