{{- $title := ( .Title ) -}} {{- $siteTitle := ( .Site.Title ) -}} {{- if .IsHome -}}
{{ $siteTitle }} {{- if isset .Site.Params "subtitle" -}} - {{ .Site.Params.Subtitle }}{{- end -}}
{{- else -}}
{{ $title }} - {{ $siteTitle }}
{{- end -}}
{{- template "_internal/opengraph.html" . -}} {{- template "_internal/twitter_cards.html" . -}}
{{- if and (isset .Site.Params "social") (isset .Site.Params "feathericonscdn") (eq .Site.Params.featherIconsCDN true) -}} {{- else if (isset .Site.Params "social") -}} {{- end -}}