Navigation: if category is Assets, then call it Libraries
This commit is contained in:
parent
35fb07ee64
commit
516ef2ddc7
@ -19,8 +19,10 @@ include ../mixins/components
|
|||||||
a.nav-link.text-muted.px-0(href="{{ category_url }}")
|
a.nav-link.text-muted.px-0(href="{{ category_url }}")
|
||||||
| {% if project.category == 'film' %}
|
| {% if project.category == 'film' %}
|
||||||
span Open Projects
|
span Open Projects
|
||||||
|
| {% elif project.category == 'assets' %}
|
||||||
|
span Libraries
|
||||||
| {% else %}
|
| {% else %}
|
||||||
span {{ project.category }}{% if project.category != 'assets' %}s{% endif %}
|
span {{ project.category }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
li.px-1
|
li.px-1
|
||||||
i.pi-angle-right
|
i.pi-angle-right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user