gems/jekyll-datapage-generator-1.2.0/lib/jekyll-datapage-generator.rb:96:in `[]': no implicit conversion of String into Integer (TypeError) #78
Labels
fixed?
Issue fixed, waiting for confirmation
I am not sure how this is working for anyone?
The value bring provided to the "data" variable on line 93 is an array, yet the code is treating it like a hash. This makes the do loop not needed.
I need to remove the loop and rename "data_spec" to "data" and it works.
`
data = site.config['page_gen']
if data
`
I'm using Jekyll 3.8.x and Ruby 2.7.0.
The text was updated successfully, but these errors were encountered: