Only showing updated_at if it is different from published_at

You can use the date helper to compare :slightly_smiling_face:

e.g. {{#match (date published_at format="l") "!=" (date updated_at format="l")}}

I haven’t actually tried this, but it should work in theory.

2 Likes