I’m totally new to Hugo, and got my site up and running… The problem is that I can’t seem to get hugo to work with disqus comments…
I added the disqusShortname = "...." to config.toml
and then I added the: {{ template "_internal/disqus.html" . }} at the end of the file… What else does it need to get configured correctly… I have this working in Jekyll, but would like to migrate to Hugo
When I went through HTML5 Boilerplate recommendations and added a bunch of those things to my site, one aspect was adding a .htaccess with Content-Security-Policy set. This blocked disqus until I allowed the right things through. YMMV.