Closed Lunarequest closed 4 years ago
I added this to single.html which disabled disqus on some pages. if disable_comments: true is in the params
disable_comments: true
{{ if (not (isset .Params "disable_comments")) }} {{ partial "disqus.html" . }} {{ end }}
It would be nice if this was part of the theme. If you feel this is not required i understand and you can close this issue
@advaithm Looks good to me. Thank you for adding a new feature!
No problem
I added this to single.html which disabled disqus on some pages. if
disable_comments: true
is in the paramsIt would be nice if this was part of the theme. If you feel this is not required i understand and you can close this issue