funkydan2 / hugo-kiera

Kiera - A Hugo Theme for writing
https://hugo-kiera.netlify.app
MIT License
71 stars 53 forks source link

Allow to disable comments on post #44

Closed alexmufatti closed 4 years ago

alexmufatti commented 4 years ago

This PR allow the user to disable comments on single post/page by adding the disable_commens: true property to the Front Matter of the post/page.

funkydan2 commented 4 years ago

After reviewing the code, I think that using camel case would fit the theme better. So I'll push a new PR with the variable as disableComments = true.

alexmufatti commented 4 years ago

Good, I will update my code. Thank you