Cleanup. One line for block page_title.

This commit is contained in:
2019-04-03 15:43:01 +02:00
parent 1e62aff62c
commit c5154240ca

View File

@@ -7,14 +7,12 @@ include mixins/components
| {% set page_description = 'The iconic Blender Open Movies. Featuring all the production files, assets, artwork, and never-seen-before content.' %} | {% set page_description = 'The iconic Blender Open Movies. Featuring all the production files, assets, artwork, and never-seen-before content.' %}
| {% set page_header_image = url_for('static', filename='assets/img/backgrounds/background_agent327_01.jpg', _external=true) %} | {% set page_header_image = url_for('static', filename='assets/img/backgrounds/background_agent327_01.jpg', _external=true) %}
| {% block page_title %}{{ page_title }}{% endblock %}
| {% block og %} | {% block og %}
| {{ opengraph(page_title, page_description, page_header_image, request.url) }} | {{ opengraph(page_title, page_description, page_header_image, request.url) }}
| {% endblock %} | {% endblock %}
| {% block page_title %}
| {{ page_title }}
| {% endblock %}
| {% block navigation_tabs %} | {% block navigation_tabs %}
| {{ navigation_homepage(title) }} | {{ navigation_homepage(title) }}
| {% endblock navigation_tabs %} | {% endblock navigation_tabs %}