{{- $title := "" -}} {{- if .IsHome -}} {{- $title = .Site.Title -}} {{- else -}} {{- if .Params.heading -}} {{- $title = .Params.heading -}} {{- else -}} {{- $title = printf "%s | %s" .Title .Site.Title -}} {{- end -}} {{- end -}} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.keywords }}{{ end }}