Skip to content

Commit 179e2ad

Browse files
committed
Recent post date
1 parent a2c7978 commit 179e2ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_layouts/home.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ <h2 class="link-post"><a href="{{ post.url }}" title="{{ post.title }}">{{ post.
4949
{% else %}
5050
<h2><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
5151
<p>{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>
52+
<p class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
53+
<small>Published on {{ post.date | date: "%B %d, %Y" }}</small>
54+
</p>
5255
{% endif %}
5356
</article>
5457
{% endfor %}

0 commit comments

Comments
 (0)