Fix canonical_url trigger

This commit is contained in:
CodeSandwich 2020-05-18 23:46:58 +02:00
parent 6135021410
commit 978802db7d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<meta property="og:description" content="{{ seo_tag.description }}" />
{% endif %}
{% if site.url %}
{% if seo_tag.canonical_url %}
<link rel="canonical" href="{{ seo_tag.canonical_url }}" />
<meta property="og:url" content="{{ seo_tag.canonical_url }}" />
{% endif %}