You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:in join': 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:
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:in
join': no implicit conversion of nil into String (TypeError)`I'm not a Rubyist, but it appears that the
site
object contains the following array forpages
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
The text was updated successfully, but these errors were encountered: