Skip to content

Commit 8a26d2b

Browse files
committed
Datetime required format.
1 parent d6a69de commit 8a26d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<header>
99
<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>
10+
<time class="publishing" datetime="{{ post.date | date:'%Y-%m-%d' }}" pubdate="pubdate" title="{{ post.date | date_to_string }}">{{ post.date | date_to_string }}</time>
1111
<cite class="author">{{ post.author }}</cite>
1212
</header>
1313

0 commit comments

Comments
 (0)