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