not-matthias / apollo

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

Enable comments only on post pages #74

Closed rproskuryakov closed 3 weeks ago

rproskuryakov commented 4 weeks 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 3 weeks ago

I'll investigate, thanks for reporting!

not-matthias commented 3 weeks 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 3 weeks ago

Thank you!