From 516ef2ddc750b7c589d0f1209a650a66b1ec7c9a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Sep 2018 12:10:35 +0200 Subject: [PATCH] Navigation: if category is Assets, then call it Libraries --- src/templates/projects/_macros.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/projects/_macros.pug b/src/templates/projects/_macros.pug index 554bbb9f..c44ab7b2 100644 --- a/src/templates/projects/_macros.pug +++ b/src/templates/projects/_macros.pug @@ -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