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