It always displays the updated date, since updated_at seems to always contain a value (the published_at value), even if the post was never actually edited/updated.
Is there a way to use if statements or something within handlebars so that it only renders the updated_at time if it’s actually been updated (or different from the published date if it must have a value)? I found this CSS alternative but that’s it…
I suspect that the comparison is running on the full date/time attribute, so it would see Jan 4, 2022 12:00:00 as being different than Jan 4, 2022 14:00:00. Do you know if it’s possible to do this type of check based only on the date and not the time?