Skip to content
Snippets Groups Projects
Commit ad6df5dd authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

fix(posts): wrong sign of publication distance on post page

parent 4e5bbaf4
Branches
Tags v1.13.0
No related merge requests found
......@@ -68,7 +68,7 @@
<a href="/groups/{group.uid}" class="group">{group.name}</a>
<span class="separator">·</span>
<span class="date">
{intlFormatDistance(new Date(), publishedAt)}
{intlFormatDistance(publishedAt, new Date())}
</span>
<BadgeVisibility {visibility} />
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment