Fix HTML5 validation error

Removed itemprop from canonical url due html validation error
This commit is contained in:
Carlos Garcés 2016-01-30 21:50:45 +01:00
parent dee4a81b68
commit 56c7f4e238
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
{% endif %}
{% if seo_url %}
<link rel="canonical" href="{{ page.url | prepend: seo_url | replace:'/index.html','/' }}" itemprop="url" />
<link rel="canonical" href="{{ page.url | prepend: seo_url | replace:'/index.html','/' }}" />
<meta property='og:url' content='{{ page.url | prepend: seo_url | replace:'/index.html','/' }}' />
{% endif %}