mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47: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 %}
|
||||
[{{ post.title }}](./{{ post.url }})
|
||||
# [{{ post.title }}](./{{ post.url }})
|
||||
<br />
|
||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||
<br />
|
||||
{{ post.excerpt }}
|
||||
<br />
|
||||
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue