···22 <script>
33 function Comments() {
44 // the giscus stuff is a bit hacky but i have to do this so it works i have no idea why
55- if (document.querySelector('iframe.giscus-frame')) return;
55+ if (document.querySelector("iframe.giscus-frame")) return;
66 const script = document.createElement("script");
77 script.src = "https://giscus.app/client.js";
88 script.setAttribute("data-repo", "intergrav/devins.page");