mirror of https://github.com/luizdepra/hugo-coder.git

Nour Agha
04.15.2023 ad84713468add6b4ade8ff1754183565a8993dee
assets/js/coder.js
@@ -75,6 +75,17 @@
        })
        
    }
    function sendMessage(message) {
        const iframe = document.querySelector('iframe.giscus-frame');
        if (!iframe) return;
        iframe.contentWindow.postMessage({ giscus: message }, 'https://giscus.app');
      }
      sendMessage({
        setConfig: {
          theme: theme,
        },
      });
    
    // Create and send event
    const event = new Event('themeChanged');