mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
WIP
This commit is contained in:
parent
58bbd7cf6e
commit
87ff0b0c1e
1 changed files with 2 additions and 1 deletions
3
news.md
3
news.md
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue