{{ if .IsHome -}} {{ else if .IsPage }} {{- $author := "" -}} {{- with or (.Params.author) (.Site.Params.author) -}} {{- if reflect.IsMap . -}} {{- with .name -}} {{- $author = . -}} {{- end -}} {{- else -}} {{- $author = . -}} {{- end -}} {{- end -}} {{ $favicon := .Site.Params.favicon | absURL }} {{ end }}