{{ if .Site.Params.description }}
{{ end }}
{{- $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" -}} {{- if eq $url "/" -}} {{- .Site.Title -}} {{- else -}} {{- if .Params.heading -}} {{- .Params.heading -}} {{- else -}} {{- .Title -}} {{- end -}} {{- end -}}
{{ .Hugo.Generator }}
{{- if .Params.highlight -}}
{{ end }}
{{ range .Site.Params.custom_css }}
{{ end }} {{ `` | safeHTML }} {{ template "_internal/google_analytics.html" . }}