From 35a22cab4b316e322dac62ef47b602c1a59c206a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 14 Sep 2018 23:12:02 +0200 Subject: [PATCH] Fix wrong url --- src/templates/projects/_macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/projects/_macros.pug b/src/templates/projects/_macros.pug index 62c2423f..42ea3351 100644 --- a/src/templates/projects/_macros.pug +++ b/src/templates/projects/_macros.pug @@ -9,7 +9,7 @@ include ../mixins/components | {% elif project.category == 'film' %} | {% set category_url = url_for('cloud.open_projects') %} | {% else %} -| {% set category_url = url_for('main.index') %} +| {% set category_url = url_for('main.homepage') %} | {% endif %} +nav-secondary()