jekyll / jekyll-archives

:books: Archive pages for your Jekyll tags and categories.
https://jekyll.github.io/jekyll-archives/
MIT License
438 stars 99 forks source link

Return unless 'jekyll-archives' config is a Hash #139

Closed ashmaroli closed 5 years ago

ashmaroli commented 5 years ago

If the user or a third-party plugins sets config["jekyll-archives"] to nil or something but a Hash, output a warning and turn-off the archives generator.

Closes #138

DirtyF commented 5 years ago

@jekyllbot: merge +fix