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