helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

Add array helper concat #331

Closed ericcornelissen closed 1 year ago

ericcornelissen commented 6 years ago

As per #330, implemented a helper for arrays named concat which takes two arrays and concatenates them together. Suggestions are welcome 🙂

It seems something weird happened when I generated the docs, all forward slashes have been changed to backward slashes 😕 Maybe because I generated them on Windows?

doowb commented 6 years ago

Thanks for the PR. I'll try to review this by the weekend.

ngouy commented 1 year ago

(bump)