{{ block "title" . }}{{ with .Params.Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}
+
+ {{/*
+ Multilingual site support
+ See: https://developers.google.com/search/docs/specialty/international/localized-versions
+ */}}
+ {{ with .AllTranslations }}
+ {{ range . }}
+ {{ if not (eq .Lang $.Page.Lang) }}
+
+ {{ end }}
+ {{ end }}
+ {{ end }}
+
{{ hugo.Generator }}
{{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}
{{ $production := eq (getenv "HUGO_ENV") "production" | or (eq site.Params.env "production") }}