Templates: Add opengraph to collections.

This commit is contained in:
2019-04-03 15:43:53 +02:00
parent c5154240ca
commit cbbaf90002
3 changed files with 13 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ include mixins/components
| {% block page_title %}{{ page_title }}{% endblock %}
| {% block og %}
| {{ opengraph(page_title, page_description, page_header_image, request.url) }}
| {% endblock %}
| {% block navigation_tabs %}
| {{ navigation_homepage(title) }}
| {% endblock navigation_tabs %}