Fix canonical_url trigger
This commit is contained in:
parent
6135021410
commit
978802db7d
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue