Skip to content

Commit f155e3f

Browse files
authored
Merge pull request #52 from shjala/fixes
Fix : Use page.post to display post date
2 parents bfdc040 + ec336ab commit f155e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: description
33
---
44
<h2>{{ page.title }}</h2>
5-
<small>{{ post.date | date_to_string }}</small>
5+
<small>{{ page.date | date_to_string }}</small>
66
{{content}}
77

88
<div class="post-footer">

0 commit comments

Comments
 (0)