Open heacu opened 7 years ago
@torma : thanks for noting this! The compatibility hack for #16 appears to have ceased to work somewhere between jekyll 3.3.1 and 3.6.2. The error for 3.6.2 is
Liquid Exception: 1 is not a symbol nor a string in lib/local/collections.js
jekyll 3.6.2 | Error: 1 is not a symbol nor a string
I'll adopt your solution if I can't figure out a backward-compatible reformulation.
Jekyll couldn't build my site. I tracked the problem down to lib/local/collections.js, and changed it like so:
I made this change because site.collections has changed in Jekyll 3 http://jekyllrb.com/docs/upgrading/2-to-3/#sitecollections-has-changed. My site builds again now so the change seems to have worked.