cyclone/news.md
Justin Ethier a0c6d92746 Testing
2016-08-05 21:45:32 -04:00

13 lines
228 B
Markdown

---
layout: main
title: News
ghproj: "http://github.com/justinethier/cyclone/tree/master/"
---
{% for post in site.posts %}
{{post.date | date: "%b %d %Y" }}
[{{post.title}}]({{post.url}})
{{post.excerpt}}
{% endfor %}