Eleventy v0.3.6
Eleventy is a simpler Static Site Generator!
⭐️ Support Eleventy by starring us on GitHub! This will increase our project’s visibility on staticgen.com, a big giant list of static site generators.
🐦 Follow us on Twitter @eleven_ty!
Changelog
- Fix issue with cascade of template and directory data files (template values should override directory values, the reverse was happening) #138
- url filter now accepts falsy values (improvement over vague indexOf errors before)
- Fix for issue with pagination with aliasing and permalink slug filter #135
- Better top level error handling (get rid of
UnhandledPromiseRejectionWarning
’s, especially with passthrough copy errors) #110