hugo-material-docs icon indicating copy to clipboard operation
hugo-material-docs copied to clipboard

Is it possible to add disqus comments section?

Open dselivanov opened this issue 8 years ago • 1 comments

Tried to find way, but have no clue.

dselivanov avatar Feb 03 '17 08:02 dselivanov

Just add following to ~/themes/hugo-material-docs/layouts/_default/single.html

{{ template "_internal/disqus.html" . }} 

And in your config.toml add

...
[params]
...
disqusShortname = "xyz"
...

veith avatar May 01 '17 12:05 veith