mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Tweak date formatting
This commit is contained in:
parent
e174a827ae
commit
e90c12ca0b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
<h4>
|
<h4>
|
||||||
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
|
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
|
||||||
</h4>
|
</h4>
|
||||||
<span class="date-labels">{{post.date | date: "%B %d %Y" }}</span>
|
<span class="date-labels">{{post.date | date: "%B %e, %Y" }}</span>
|
||||||
<br />
|
<br />
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
2
news.md
2
news.md
|
@ -7,7 +7,7 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
[{{ post.title }}](./{{ post.url }})
|
[{{ post.title }}](./{{ post.url }})
|
||||||
<br />
|
<br />
|
||||||
<span class="date-labels">{{post.date | date: "%B %d %Y" }}</span>
|
<span class="date-labels">{{post.date | date: "%B %e, %Y" }}</span>
|
||||||
<br />
|
<br />
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue