not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
137 stars 80 forks source link

Enable comments only on post pages #74

Closed rproskuryakov closed 1 month ago

rproskuryakov commented 1 month ago

Hi! I'd like to enable comments only for blog pages. It seems to me that the current way to configure (extra.comment = true) enables comments on all of the site pages. Can I do what I need with the current theme state?

not-matthias commented 1 month ago

I'll investigate, thanks for reporting!

not-matthias commented 1 month ago

Should be fixed now. Comments can now only be configured in the individual pages, see the documentation here: https://not-matthias.github.io/apollo/posts/configuration/#comments-comment

If you have any further issues or notice lacking things in the documentation, feel free to create a pull request or issue! :)

rproskuryakov commented 1 month ago

Thank you!