We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 231c197 + 8a19795 commit ad16825Copy full SHA for ad16825
djangocms_frontend/templates/djangocms_frontend.html
@@ -8,7 +8,7 @@
8
{% block meta %}
9
<meta name="description" content="{% page_attribute meta_description %}"/>
10
<meta property="og:type" content="website"/>
11
- <meta property="og:title" content="{% page_attribute "page_title" %}"/>
+ <meta property="og:title" content="{{ request.current_page.get_page_title|escape }}"/>
12
<meta property="og:description" content="{% page_attribute meta_description %}"/>
13
{% endblock meta %}
14
{% block canonical_url %}
0 commit comments