Skip to content

Commit

Permalink
Merge branch 'release/1.x' of github.com:django-cms/djangocms-fronten…
Browse files Browse the repository at this point in the history
…d into release/1.x
  • Loading branch information
fsbraun committed Nov 11, 2024
2 parents 231c197 + 8a19795 commit ad16825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_frontend/templates/djangocms_frontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% block meta %}
<meta name="description" content="{% page_attribute meta_description %}"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="{% page_attribute "page_title" %}"/>
<meta property="og:title" content="{{ request.current_page.get_page_title|escape }}"/>
<meta property="og:description" content="{% page_attribute meta_description %}"/>
{% endblock meta %}
{% block canonical_url %}
Expand Down

0 comments on commit ad16825

Please sign in to comment.