We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3756f73 commit 0cd3ed4Copy full SHA for 0cd3ed4
layouts/partials/head.html
@@ -71,7 +71,7 @@
71
{{- range .AlternativeOutputFormats -}}
72
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
73
{{ end -}}
74
-{{- range .Translations -}}
+{{- range .AllTranslations -}}
75
<link rel="alternate" hreflang="{{- .Lang -}}" href="{{- .Permalink -}}" />
76
{{ end }}
77
{{- partial "extend_head.html" . -}}
0 commit comments