RatanShreshtha / DeepThought

A simple blog theme focused on writing powered by Bulma and Zola.
https://deepthought-theme.netlify.app/
MIT License
178 stars 91 forks source link

Disqus comments not working #90

Open WayneNani opened 2 months ago

WayneNani commented 2 months ago

Hey there,

I just tried the theme, and it works great, but I am not able to include comments via Disqus. I have set up a completely blank page with only content/posts/_index.md and content/post-0.md.

post-0.md contains:

+++
title="Some Post"
date=2019-03-27

[taxonomies]
categories = ["Sample Post"]
tags = ["post", "lorem"]

[extra]
comments = true
+++

I have also configured Disqus in config.toml.

When I load the post, the comment div is loaded (as well as the script tag) but it does not contain any content and is invisible.

grafik

When I build a basic test-page on my local machine, the Disqus-Snippet works without any issues. Has anyone come across this?