[baseof] Separate itemprop url from canonical link, itemprop was an error there

master
Lorenzo Cogotti 3 years ago
parent c1a72d0c7c
commit bc6c88c10d

@ -28,7 +28,9 @@
{{ block "meta" . }} {{ end }}
<link rel="canonical" href="{{ .Permalink }}" itemprop="url">
<link rel="canonical" href="{{ .Permalink }}">
<link itemprop="url" href="{{ .Permalink }}">
{{ range .AllTranslations }}
{{ if .Language.LanguageName }}
<link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}" title="{{ .Language.LanguageName }}">

Loading…
Cancel
Save