Navigation: add Art Gallery to the libraries nav

This commit is contained in:
Pablo Vazquez 2018-09-20 18:13:41 +02:00
parent a753f29ccc
commit 218ba3831c

View File

@ -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 %}