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

Revise includeCount parameter value type #341

Open nikita-ahuja opened 5 years ago

nikita-ahuja commented 5 years ago

This revises @param {String} includeCount to be @param {Boolean} includeCount, since the includeCount parameter should only take either true or false. Include note that the includeCount parameter defaults to false if not included.