Website: revert article template page published date change (#20807)

Changes:
- Reverted the article template page change from
https://github.com/fleetdm/fleet/pull/20774
This commit is contained in:
Eric 2024-07-29 11:06:29 -05:00 committed by GitHub
parent 0f98e84bc8
commit b80a9b8239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
</div>
<div class="d-flex flex-sm-row flex-column justify-content-between align-items-sm-center">
<div purpose="article-details" class="d-flex flex-row align-items-center">
<span><js-timestamp format="billing" :at="thisPage.lastModifiedAt"></js-timestamp></span>
<span><js-timestamp format="billing" :at="thisPage.meta.publishedOn"></js-timestamp></span>
<span class="px-2">|</span>
<img style="height: 28px; width: 28px; border-radius: 100%;" alt="The author's GitHub profile picture" :src="'https://github.com/'+thisPage.meta.authorGitHubUsername+'.png?size=200'">
<p class="pl-2 font-weight-bold"><%=thisPage.meta.authorFullName %></p>