Trouble with formatting frontend date

You’re formatting the metadata, not the text :sweat_smile:

Try flipping it:

<time class="gh-article-meta-date" datetime="{{updated_at}}">Updated: {{date updated_at format="D MMMM YYYY"}}

You can also only show this text if there’s actually been an update:

1 Like