feat: add support for giscus and utterances

This commit is contained in:
welpo
2023-07-14 21:22:23 +02:00
parent 3e215e18e2
commit 5993e950c7
20 changed files with 426 additions and 59 deletions

View File

@@ -58,7 +58,5 @@ function initUtterances() {
}
}
// Initialize Utterances once the window has loaded.
window.addEventListener('load', () => {
initUtterances();
});
// Initialize Utterances.
initUtterances();