[IMP] config: add canonical url
Inspired by odoo/odoo@958f9106dd (which was lost by the way)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
{% for code, url in language_codes %}
|
||||
<link rel="alternate" hreflang="{{ code }}" href="{{ url }}" />
|
||||
{%- endfor %}
|
||||
<link rel="canonical" href="{{ canonical }}" />
|
||||
{{ super() }}
|
||||
{%- endblock -%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user