mirror of
https://github.com/justinethier/cyclone.git
synced 2025-06-01 00:15:05 +02:00
13 lines
240 B
Markdown
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 %}
|
|
|