{{- $title := cond (ne .Title "") (printf "%s | %s" .Title .Site.Title) .Site.Title -}} {{ $title }} {{ partial "meta.html" . }} {{ with .Site.Params.favicon }} {{ else }} {{ if fileExists "static/favicon.ico" }} {{ end }} {{ if fileExists "static/favicon.png" }} {{ end }} {{ if fileExists "static/favicon.svg" }} {{ end }} {{ end }} {{ if .Site.Params.appleTouchIcon }} {{ else if fileExists "static/apple-touch-icon.png" }} {{ end }} {{ with .Site.GetPage "/" }} {{ range .OutputFormats }} {{ if eq .Name "webappmanifest" }} {{ end }} {{ end }} {{ end }} {{ if .Site.Params.icons.useFontAwesome }} {{ end }} {{ if .Site.Params.icons.useDevicon }} {{ end }} {{ partial "analytics.html" . }}