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?