Check post date against current date in Handlebars

Can you try this?

{{#match (date format="MM") "=" (date format="MM")}}
...
{{/match}}

Without the parenthesis, I don’t think the code would do what you’re expecting, or, it seems, be valid handlebars :grinning:

3 Likes