From fcf78d3d7a95bf83bfac7e8dad917b1fc0c3b473 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 5 Aug 2016 22:13:06 -0400 Subject: [PATCH] WIP --- news.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/news.md b/news.md index e183d909..b14ce353 100644 --- a/news.md +++ b/news.md @@ -6,7 +6,8 @@ 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 }}](./{{ post.url }}) + [{{ post.title }}](cyclone/{{ post.url }}) {{post.excerpt}} {% endfor %}