Open WayneNani opened 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.
content/posts/_index.md
content/post-0.md
post-0.md contains:
post-0.md
+++ 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.
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.
script
When I build a basic test-page on my local machine, the Disqus-Snippet works without any issues. Has anyone come across this?
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
andcontent/post-0.md
.post-0.md
contains: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.When I build a basic test-page on my local machine, the Disqus-Snippet works without any issues. Has anyone come across this?