Tweak date formatting

This commit is contained in:
Justin Ethier 2019-03-04 18:25:27 -05:00
parent e174a827ae
commit e90c12ca0b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<h4>
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
</h4>
<span class="date-labels">{{post.date | date: "%B %d %Y" }}</span>
<span class="date-labels">{{post.date | date: "%B %e, %Y" }}</span>
<br />
{{ post.excerpt }}
{% endfor %}

View file

@ -7,7 +7,7 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
{% for post in site.posts %}
[{{ post.title }}](./{{ post.url }})
<br />
<span class="date-labels">{{post.date | date: "%B %d %Y" }}</span>
<span class="date-labels">{{post.date | date: "%B %e, %Y" }}</span>
<br />
{{ post.excerpt }}
<br />