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.
1 parent caa1206 commit 5a2989cCopy full SHA for 5a2989c
djangocms_frontend/templates/djangocms_frontend.html
@@ -12,7 +12,7 @@
12
<meta property="og:description" content="{% page_attribute meta_description %}"/>
13
{% endblock meta %}
14
{% block canonical_url %}
15
- <link rel="canonical" href="{{ request.build_absolute_uri|urlencode:"&?" }}"/>
+ <link rel="canonical" href="{{ request.build_absolute_uri|urlencode:":/&?" }}"/>
16
<meta property="og:url" content="{{ request.build_absolute_uri|urlencode:"&?" }}"/>
17
{% endblock canonical_url %}
18
{% block fb_meta %}{% endblock fb_meta %}
0 commit comments