{{- $c:=""}}{{/* to avoid that user swiping to the left leaves a gap on the right side, we set minimum-scale, even if not advised to */}} {{- if (ne .Site.Params.disableGeneratorVersion true) }} {{- $gen := hugo.Generator }} {{- $gen = replaceRE "\\s*/>$" ">" $gen }} {{ $gen | safeHTML }} {{- $ver := partial "version.txt" }} {{- $ver := printf "" "Relearn" $ver }} {{ $ver | safeHTML }} {{- end }} {{- if not (and .Title (or (ne (.Scratch.Get "relearnIsHiddenStem") true) (ne .Site.Params.disableSeoHiddenPages true) ) ) }} {{- end }} {{- $authorName := "" }} {{- if .Site.Params.author }} {{- if reflect.IsMap .Site.Params.author }} {{- with .Site.Params.author.name }} {{- $authorName = . }} {{- end }} {{- else }} {{- warnf "According to Hugo 0.120.0 the author key in params configuration should now be a map and contain of name and email fields." }} {{- $authorName = .Site.Params.author }} {{- end }} {{- else }} {{- with .Site.Author.name }} {{- $authorName = . }} {{- warnf "The author key in site configuration is deprecated. Use params.author.name instead." }} {{- end }} {{- end }} {{- partial "twitter_cards.html" . }} {{- partial "opengraph.html" . }}