refactor badges to be less loud
This commit is contained in:
parent
29d9124ecf
commit
5d6924c06d
@ -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" %}
|
||||
<span class="badge collection {{ post.collection }}">{{ post.collection }}</span>
|
||||
{% if post.collection == 'private' %}
|
||||
<span class="badge collection {{ post.collection }}">{{ post.collection }}</span>
|
||||
{% endif %}
|
||||
{% if post.draft %}
|
||||
<span class="badge draft">draft</span>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user