{{- if not .Params.gallery -}} {{- if not .Params.featuredImage -}} {{ .Scratch.Set "image" (printf "https://www.gravatar.com/avatar/%s?size=200" (md5 .Site.Params.gravatarEMail)) }} {{- else -}} {{ .Scratch.Set "image" (.Params.featuredImage) }} {{- end -}} {{- else -}} {{ .Scratch.Set "image" (index (.Params.gallery) 0 | relURL | absURL) }} {{- end -}} {{- if ne .Description "" -}} {{ .Scratch.Set "description" (.Description) }} {{- else -}} {{- if eq .Title .Site.Title -}} {{ .Scratch.Set "description" (.Site.Params.description) }} {{- else -}} {{ .Scratch.Set "description" (printf "%s - %s" (.Title) (.Site.Params.description)) }} {{- end -}} {{- end -}} {{- if eq .Site.Title .Title -}} {{ .Scratch.Set "title" (.Site.Params.subtitle) }} {{- else -}} {{ .Scratch.Set "title" (.Title) }} {{- end -}}
{{ .Hugo.Generator }}