We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c7978 commit 179e2adCopy full SHA for 179e2ad
_layouts/home.html
@@ -49,6 +49,9 @@ <h2 class="link-post"><a href="{{ post.url }}" title="{{ post.title }}">{{ post.
49
{% else %}
50
<h2><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
51
<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>
55
{% endif %}
56
</article>
57
{% endfor %}
0 commit comments