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 617c661 commit 633b781Copy full SHA for 633b781
index.html
@@ -9,7 +9,7 @@
9
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
10
11
<div class="entry">
12
- {{ post.excerpt }}
+ {{ page.date | date_to_string }}{{ post.excerpt }}
13
</div>
14
15
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
0 commit comments