fix displayed dates to be in utc

This commit is contained in:
2021-04-16 23:11:08 -04:00
parent f07c4c8326
commit 9b29c3d1ad
4 changed files with 10 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ layout: main
</p>
<div>
<em>{{ date | date: "%Y-%m-%d" }}</em> &middot;
<em>{{ date | realDate | date: "%Y-%m-%d" }}</em> &middot;
<span>{{ content | readTime }} min read</span>
</div>