We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9406603 commit ee9a1eaCopy full SHA for ee9a1ea
hugo-modules/core/utils/seo/private/get-tags.html
@@ -38,7 +38,7 @@
38
{{ end }}
39
40
{{ with $seo.locale }}
41
- {{ $c := dict "key" "locale" "value" .}}
+ {{ $c := dict "key" "locale" "value" . }}
42
{{ $tags = $tags | append (partialCached "utils/seo/tag/og" $c $c) }}
43
44
{{ $attr := dict "rel" "alternate" "href" $.Permalink "hreflang" . }}
@@ -52,7 +52,7 @@
52
{{ $c := dict "name" "link" "attr" $attr }}
53
{{ $tags = $tags | append $c }}
54
55
- {{ $c2 := dict "key" "locale:alternate" "value" .code}}
+ {{ $c2 := dict "key" "locale:alternate" "value" .code }}
56
{{ $tags = $tags | append (partialCached "utils/seo/tag/og" $c2 $c2) }}
57
58
0 commit comments