Navigation: Films -> Open Projects

And show navigation when in the Blog
This commit is contained in:
2018-09-19 19:33:01 +02:00
parent 186ba167f1
commit d347ddac2c
2 changed files with 9 additions and 0 deletions

View File

@@ -1,13 +1,18 @@
| {% extends 'layout.html' %}
| {% import 'nodes/custom/blog/_macros.html' as blogmacros %}
| {% from 'projects/_macros.html' import render_secondary_navigation %}
| {% from '_macros/_navigation.html' import navigation_homepage %}
| {% set title = 'blog' %}
| {% block page_title %}Blog{% endblock%}
| {% block navigation_tabs %}
| {% if project.url == 'blender-cloud' %}
| {{ navigation_homepage(title) }}
| {% else %}
| {{ render_secondary_navigation(project, navigation_links, title) }}
| {% endif %}
| {% endblock navigation_tabs %}
| {% block body %}