{{- with .Params.seo_title | default .Params.headline | default .Title | default .Site.Title }}
{{ . }}{{- with $.Site.Params.seo_title_suffix }}{{ . }}{{- end }}
{{- end }} {{ if isset .Page.Params "redirect_url" }}
{{ end }} {{- with .Description | default .Summary | default .Site.Params.description }}
{{- end }}
{{- with .Params.page_favicon | default .Site.Params.favicon | default "https://www.eclipse.org/favicon.ico"}}
{{- end -}} {{- with .Params.share_img | default .Params.image | default .Site.Params.share_img | default .Site.Params.logo }}
{{- end }}
{{- with .Site.Author.twitter }}
{{- end }} {{- with .Site.Params.fb_app_id }}
{{- end }}
{{- with .Keywords | default .Site.Params.keywords }}
{{ end }} {{ hugo.Generator -}}
{{ with .OutputFormats.Get "RSS" }}
{{ end }} {{ if ne .Page.Params.disable_css "true" }} {{- with .Site.Params.styles | default "https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css" }}
{{- end }} {{- end }} {{- partial "google_tag_manager.html" . }} {{- partial "head_variables.html" . }}