if the configuration for where you would store all of the blog posts, by default post folder, is renamed to another folder name (e.g. 'posts' or what ever else) and updated in config.toml to reflect the new posts folder location, seems to break Disqus integration.
I believe it stems from the post folder in layouts defines a single.html which includes Disqus, however if you modify your own site to anything but post, Disqus no longer works since the single.html template is no longer used.
if the configuration for where you would store all of the blog posts, by default
post
folder, is renamed to another folder name (e.g. 'posts' or what ever else) and updated in config.toml to reflect the new posts folder location, seems to break Disqus integration.I believe it stems from the
post
folder in layouts defines asingle.html
which includes Disqus, however if you modify your own site to anything butpost
, Disqus no longer works since thesingle.html
template is no longer used.