{{ with .Site.Params.description }}
{{ end }} {{ with .Site.Params.keywords }}
{{ end }}
{{- if .IsHome -}} {{- .Site.Title -}} {{- else -}} {{- if .Params.heading -}} {{- .Params.heading -}} {{- else -}} {{- .Site.Title -}} {{ print " | " }} {{- .Title -}} {{- end -}} {{- end -}}
{{ .Hugo.Generator }}
{{- if .Params.highlight -}}
{{ end }}
{{ range .Site.Params.custom_css }}
{{ end }} {{ `` | safeHTML }} {{ template "_internal/google_analytics.html" . }}