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
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
20 changed files with 426 additions and 59 deletions

View file

@ -75,7 +75,5 @@ function initGiscus() {
}
}
// Initialize Giscus when the window loads.
window.addEventListener('load', () => {
initGiscus();
});
// Initialize Giscus.
initGiscus();