Skip to content

Commit ec13164

Browse files
committed
Include date in post on home page
1 parent 6525710 commit ec13164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/jekyll/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ id: home
2727
<em>
2828
Latest news:
2929
<a href="{{ site.posts.first.url }}">{{ site.posts.first.title }}</a>
30+
({{ site.posts.first.date | date: "%B %e, %Y" }})
3031
</em>
3132
</p>
3233
<div id="examples">

0 commit comments

Comments
 (0)