File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/Resources/views/admin/page Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 1- {# This extends takes account of the potential theme template #}
21{% extends ' @MonsieurBizSyliusCmsPagePlugin/shop/page/show.html.twig' %}
32
43{% block body %}
2019
2120 {{ parent () }}
2221{% endblock %}
23-
24- {% block title %}{{ page .metaTitle }}{% endblock %}
25-
26- {% block metatags %}
27- {{ parent () }}
28- <meta property =" og:type" content =" page" />
29- {% if page .metaTitle is not empty %}
30- <meta property =" og:title" content =" {{ page .metaTitle }}" />
31- {% endif %}
32- {% if page .metaDescription is not empty %}
33- <meta name =" description" property =" og:description" content =" {{ page .metaDescription }}" />
34- {% endif %}
35- {% if page .metaKeywords is not empty %}
36- <meta name =" keywords" content =" {{ page .metaKeywords }}" />
37- {% endif %}
38- {% endblock %}
You can’t perform that action at this time.
0 commit comments