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 %} +