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
1 changed files with 1 additions and 1 deletions

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 %}