Use correct canonical URL syntax

This commit is contained in:
Jake Howard 2023-06-08 13:38:24 +01:00
parent c2d8ef260a
commit 64c85d4f9d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -19,5 +19,5 @@
{% block meta %}
{{ block.super }}
<meta name="canonical" content="{{ object.get_meta_url }}" />
<link rel="canonical" href="{{ object.get_meta_url }}" />
{% endblock %}