···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;
56 const script = document.createElement("script");
67 script.src = "https://giscus.app/client.js";
78 script.setAttribute("data-repo", "intergrav/devins.page");