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

This commit is contained in:
Lorenzo Cogotti 2021-07-23 14:22:38 +02:00
parent c1a72d0c7c
commit bc6c88c10d
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}">