True updated at // compare dates

Version ghost:1.22.4

I want to have a “this post was updated: insert_date_here” on the post. But ghost fills out the “updated_at” field even if the post was never truly updated post publish. Is there a way only have that “updated at” show if the post was actually updated after the publish date? There’s no ifequal helper so I can do something like {{^ifequal updated_at published_at}} or something. Any ideas?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.