hugo-material-docs
hugo-material-docs copied to clipboard
Is it possible to add disqus comments section?
Tried to find way, but have no clue.
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"
...