From 3bfdfb017e4803f55e548eb3bb4ec8b202b0cdf6 Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Mon, 20 Jul 2015 21:54:20 -0600 Subject: [PATCH] Remove author and categories from cards --- index.html | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/index.html b/index.html index 8748352..c68ef45 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ layout: default --- {% if site.post_type == 'highlight' %} - + {% include highlight_post.html %} {% for post in site.posts offset:1 %} @@ -22,16 +22,6 @@ layout: default {{ post.date | date: "%b %-d, %Y" }} - - {% if post.author %} - - {{ post.author }} - - {% endif %} - - - {% for cat in post.categories %}{{ cat }}, {% endfor %} -