{{ if .Description }} {{ else }} {{ end }} {{ if .Params.Tags }} {{ else }} {{ end }} {{ if .Params.author }} {{ else }} {{ end }} {{ if and (.Site.Params.favicon) (fileExists (print "static/images/" .Site.Params.favicon)) }} {{ $name := .Site.Params.favicon }} {{ $splitted := split $name "." }} {{ $extension := index $splitted 1 }} {{ if ( in "svg" $extension) }} {{ else if (in "gif png" $extension) }} {{ end}} {{ else if (fileExists "static/images/favicon.svg") }} {{ else if (fileExists "static/images/favicon.png") }} {{ end }} {{ partial "opengraph.html" . }} {{ range .Site.Params.custom_css }} {{ end }} {{ hugo.Generator }}