Fixed links to posts

This commit is contained in:
Justin Ethier 2016-08-05 23:18:37 -04:00
parent fcf78d3d7a
commit 2f1a34fd1f

View file

@ -7,7 +7,6 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
{% for post in site.posts %} {% for post in site.posts %}
{{post.date | date: "%b %d %Y" }} {{post.date | date: "%b %d %Y" }}
[{{ post.title }}](./{{ post.url }}) [{{ post.title }}](./{{ post.url }})
[{{ post.title }}](cyclone/{{ post.url }})
{{post.excerpt}} {{post.excerpt}}
{% endfor %} {% endfor %}