cyclone/news.md
Justin Ethier b65b9365c8 Fix url
2016-08-05 22:09:44 -04:00

13 lines
240 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 }}](cyclone/{{ post.url }})
{{post.excerpt}}
{% endfor %}