ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
765 stars 202 forks source link

fixed the issue that can't hide comments #64

Closed hyrepo closed 6 years ago

hyrepo commented 6 years ago

Fixed the issue that when set comments: false in front-matter but comments still show

ppoffice commented 6 years ago

@hyrepo Thank you for bringing this up. However, could you please use get_config('comments') instead of page.comments so that users can utilize Minos's hierarchical configuration system?

hyrepo commented 6 years ago

@hyrepo Thank you for bringing this up. However, could you please use get_config('comments') instead of page.comments so that users can utilize Minos's hierarchical configuration system?

Refactored, thanks @ppoffice