From 5d6924c06de15206d932aa8f33d823c7ed204128 Mon Sep 17 00:00:00 2001 From: rzen Date: Fri, 6 Sep 2019 07:15:49 -0400 Subject: [PATCH] refactor badges to be less loud --- _includes/post_index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}