Skip to content

Commit ffbf5ae

Browse files
committed
try new date format
1 parent 633b781 commit ffbf5ae

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
@@ -9,7 +9,7 @@
99
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
1010

1111
<div class="entry">
12-
{{ page.date | date_to_string }}{{ post.excerpt }}
12+
{{ page.date}}{{ post.excerpt }}
1313
</div>
1414

1515
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>

0 commit comments

Comments
 (0)