Category fine-tuning
This commit is contained in:
parent
017a46856d
commit
0e39c749bf
4 changed files with 3 additions and 8 deletions
|
@ -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 = '' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue