Fix links

This commit is contained in:
Justin Ethier 2016-08-05 22:08:38 -04:00
parent faefba7e84
commit 4b0b284d1d

View file

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