{{- if hugo.IsProduction | or (eq site.Params.env "production") }} {{- else }} {{- end }} {{- /* Title */}} {{- $pageTitle := site.Title }} {{- if (and .Title (not .IsHome)) }} {{- $pageTitle = printf "%s | %s" .Title $pageTitle }} {{- end }}