From df6d609a5b88e8c4adb4a2c5e34b2c13e1a6b973 Mon Sep 17 00:00:00 2001 From: Byron Corrales Date: Mon, 20 Jul 2015 21:10:30 -0600 Subject: [PATCH] Button in card post #3 --- index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index 0366b15..8748352 100644 --- a/index.html +++ b/index.html @@ -46,10 +46,8 @@ layout: default {% endfor %} - {% else %} - {% for post in site.posts %}
@@ -58,7 +56,7 @@ layout: default
{{ post.excerpt }}
-
@@ -89,5 +87,4 @@ layout: default
{% endfor %} - {% endif %}