Navigation: if category is Assets, then call it Libraries

This commit is contained in:
Pablo Vazquez 2018-09-20 12:10:35 +02:00
parent 35fb07ee64
commit 516ef2ddc7

View File

@ -19,8 +19,10 @@ include ../mixins/components
a.nav-link.text-muted.px-0(href="{{ category_url }}")
| {% if project.category == 'film' %}
span Open Projects
| {% elif project.category == 'assets' %}
span Libraries
| {% else %}
span {{ project.category }}{% if project.category != 'assets' %}s{% endif %}
span {{ project.category }}
| {% endif %}
li.px-1
i.pi-angle-right