diff options
Diffstat (limited to 'themes/hugo-theme-stack/layouts/partials/comments/provider/disqus.html')
-rw-r--r-- | themes/hugo-theme-stack/layouts/partials/comments/provider/disqus.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/hugo-theme-stack/layouts/partials/comments/provider/disqus.html b/themes/hugo-theme-stack/layouts/partials/comments/provider/disqus.html deleted file mode 100644 index fb17b77..0000000 --- a/themes/hugo-theme-stack/layouts/partials/comments/provider/disqus.html +++ /dev/null @@ -1,22 +0,0 @@ -<div class="disqus-container"> - {{ template "_internal/disqus.html" . }} -</div> - -<style> - .disqus-container { - background-color: var(--card-background); - border-radius: var(--card-border-radius); - box-shadow: var(--shadow-l1); - padding: var(--card-padding); - } -</style> - -<script> - window.addEventListener('onColorSchemeChange', (e) => { - if (typeof DISQUS == 'object') { - DISQUS.reset({ - reload: true - }); - } - }) -</script>
\ No newline at end of file |