refactor badges to be less loud

This commit is contained in:
rzen 2019-09-06 07:15:49 -04:00
parent 29d9124ecf
commit 5d6924c06d

View File

@ -23,7 +23,9 @@
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<span class="posted">{{ post.date | date: "%b %-d" }}</span>
{% if jekyll.environment == "local" %}
{% if post.collection == 'private' %}
<span class="badge collection {{ post.collection }}">{{ post.collection }}</span>
{% endif %}
{% if post.draft %}
<span class="badge draft">draft</span>
{% endif %}