algolia / jekyll-algolia

Add fast and relevant search to your Jekyll site
https://community.algolia.com/jekyll-algolia/
MIT License
214 stars 35 forks source link

Fix for undated drafts causing NoMethodError due to nil #178

Closed leviem1 closed 3 years ago

leviem1 commented 3 years ago

Alright, I think this might fix it. This is a slight derivation of the original Jekyll code modified to still contain the nil monkey patch.

Again, I have no idea how to write Ruby, so please review that the code actually makes sense. I haven't tested this once again because I'm not sure how to build the gem and install it and such.

Resolves algolia/jekyll-algolia#177