This commit is contained in:
Justin Ethier 2018-05-01 13:45:23 -04:00
parent 58bbd7cf6e
commit 87ff0b0c1e

View file

@ -5,11 +5,12 @@ 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 %d %Y" }}</span>
<br /> <br />
{{ post.excerpt }} {{ post.excerpt }}
<br />
{% endfor %} {% endfor %}