e-picas / grunt-nunjucks-render

A Grunt plugin to parse Nunjucks templates
Apache License 2.0
3 stars 2 forks source link

Fixed template_date so that it actually contains the date. #5

Closed barnabycolby closed 7 years ago

barnabycolby commented 8 years ago

Currently template_date is always empty and only works because the date filter handles empty input by printing the current date/time. This commit fixes it.