matsuyoshi30 / harbor

Simple and minimal personal blog theme.
MIT License
186 stars 68 forks source link

Disable disqus on some pages #45

Closed Lunarequest closed 4 years ago

Lunarequest commented 4 years ago

I added this to single.html which disabled disqus on some pages. if disable_comments: true is in the params

 {{ 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

matsuyoshi30 commented 4 years ago

@advaithm Looks good to me. Thank you for adding a new feature!

Lunarequest commented 4 years ago

No problem