From 0998766798ea9acd8f5faa4e2f6e1aec50cabeab Mon Sep 17 00:00:00 2001
From: JCotton1123 <jcotton1123@gmail.com>
Date: Fri, 11 Apr 2014 23:55:30 -0400
Subject: [PATCH] Fix link

---
 _layouts/home.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/home.html b/_layouts/home.html
index 99a1d318..6089b8a0 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -35,7 +35,7 @@
 </div>
 
 <div id="index">
-  <h3><a href="{{ site.url}}/articles/">Recent Posts</a></h3>
+  <h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
   {% for post in site.posts limit:5 %}    
   <article>
     {% if post.link %}
@@ -57,4 +57,4 @@
 {% include _scripts.html %}
   
 </body>
-</html>
\ No newline at end of file
+</html>