MediumFox
MediumFox copied to clipboard
Disqus comments not seen in posts
Although being defined disqus_short_name
in _config.yml
and set comments
in posts true
, I'm unable to see any Disqus comments, forms, anything.
Wonder what's missing?
It looks like you'll need to add the layout partial for disqus. See here for an example: lmm/SmallFox@21b29bdb6e
There were no disqus.html
included in source/_layouts/default.html
, no Disqus codes in source/_layouts/post.html
. Adding them fixed the issue. Wonder when and how I deleted them? Anyway...
PS: @lmm, thank yoü!
@ekremkaraca: No problem :) You didn't delete them. Please consider reopening this issue and submitting a pull request.
I had the same problem with the disqus comments not showing. Realized that the post.html was including the wrong disqus partial. It should be include disqus.html
instead of include post/disqus_thread.html
. Just sent a PR here: https://github.com/sevenadrian/MediumFox/pull/26