Category fine-tuning

This commit is contained in:
Holger Reinhardt 2016-01-04 22:06:34 +01:00
parent 017a46856d
commit 0e39c749bf
4 changed files with 3 additions and 8 deletions

View file

@ -15,7 +15,7 @@ layout: default
{% endif %}
{% endfor %}
{% if category %}
{% capture category_content %} in <span class="label" style="background-color:{{ category.color }}"><a href="/meta/category/{{ category.slug }}/">{{ category.name }}</a></span>{% endcapture %}
{% capture category_content %} in <a href="/meta/category/{{ category.slug }}/">{{ category.name }}</a>{% endcapture %}
{% endif %}
{% else %}
{% assign category_content = '' %}