[baseof] Separate itemprop url from canonical link, itemprop was an error there
This commit is contained in:
		| @@ -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 }}"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user