mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
0f98e84bc8
commit
b80a9b8239
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue