We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a69de commit 8a26d2bCopy full SHA for 8a26d2b
index.html
@@ -7,7 +7,7 @@
7
8
<header>
9
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
10
- <time class="publishing" data-timestamp="{{ post.date }}" datetime="{{ post.date }}" pubdate="pubdate" title="{{ post.date }}">{{ post.date | date_to_string }}</time>
+ <time class="publishing" datetime="{{ post.date | date:'%Y-%m-%d' }}" pubdate="pubdate" title="{{ post.date | date_to_string }}">{{ post.date | date_to_string }}</time>
11
<cite class="author">{{ post.author }}</cite>
12
</header>
13
0 commit comments