Ethan
Ethan
Hey @saneef! Thanks for the pointers. Just wanted to drop a quick comment to say that I'll take a look at this over the weekend and try to submit something....
Any updates on this? I'm on eleventy 2.0 and am having the same issue :(
Looks as if Dan's looking over this. In the meantime, I ended up using a de-duplication filter: In _11ty/filters/getUniqueProducts.js... ``` function getUniqueProducts(array) { const uniqueObjects = {}; return array.filter((obj) =>...
My first open source contribution :D Thanks @dleatherman!
Heya, it's eleventy :)
Just bumping this up as I'm having the same issue @what1s1ove is. If there was a way to add classes to the ``s generated from the Transform Plugin, it would...