From 8979ac88104c845ff75870603251bbc3d486d32f Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Sat, 18 Jul 2015 23:40:25 -0600 Subject: [PATCH] Add post data to the cards --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.html b/index.html index 9577bb4..0e104e2 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,16 @@ layout: default {{ post.date | date: "%b %-d, %Y" }} + + {% if post.author %} + + {{ post.author }} + + {% endif %} + + + {% for cat in post.categories %}{{ cat }}, {% endfor %} +