kinnetica / jekyll-plugins

http://www.kinnetica.com
221 stars 80 forks source link

`join': no implicit conversion of nil into String (TypeError) #13

Open phillipadsmith opened 10 years ago

phillipadsmith commented 10 years ago

Howdy,

If I use the sitemap_generator.rb with either the monthly or category archives plugin, I'm getting the following error:

sitemap_generator.rb:78:injoin': no implicit conversion of nil into String (TypeError)`

I'm not a Rubyist, but it appears that the site object contains the following array for pages when the monthly or category archive plugin is installed:

@pages=[#<Jekyll:Page @name="index.html">, #<Jekyll:Page @name=nil>]

Any thoughts on how to work around this appreciated. :)

Phillip.

jekyll 1.4.2 ruby 2.0.0

phillipadsmith commented 10 years ago

Bump.