diff --git a/_includes/post_index.html b/_includes/post_index.html index e4166ab..d67bef8 100644 --- a/_includes/post_index.html +++ b/_includes/post_index.html @@ -23,7 +23,9 @@ {{ post.title }} {{ post.date | date: "%b %-d" }} {% if jekyll.environment == "local" %} - {{ post.collection }} + {% if post.collection == 'private' %} + {{ post.collection }} + {% endif %} {% if post.draft %} draft {% endif %}