We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778ee39 commit 84e208fCopy full SHA for 84e208f
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