From 218ba3831cc18826b2e93b0bf7d8a7f8db8dbbcb Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Sep 2018 18:13:41 +0200 Subject: [PATCH] Navigation: add Art Gallery to the libraries nav --- src/templates/_macros/_navigation.pug | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates/_macros/_navigation.pug b/src/templates/_macros/_navigation.pug index ac40cea..6c5f7ac 100644 --- a/src/templates/_macros/_navigation.pug +++ b/src/templates/_macros/_navigation.pug @@ -261,6 +261,10 @@ include ../../../../pillar/src/templates/mixins/components +nav-secondary-link( href="{{ url_for('projects.view', project_url='characters') }}") span Characters + + +nav-secondary-link( + href="{{ url_for('projects.view', project_url='gallery') }}") + span Art Gallery | {% endmacro %}