Use correct canonical URL syntax
This commit is contained in:
parent
c2d8ef260a
commit
64c85d4f9d
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<meta name="canonical" content="{{ object.get_meta_url }}" />
|
<link rel="canonical" href="{{ object.get_meta_url }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue