{{ $title := print .Site.Title " | " .Title -}} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end -}} {{ $title }} {{ $templateStyle := resources.Get "css/style-t.css" -}} {{ $style := $templateStyle | resources.ExecuteAsTemplate "css/style.css" . -}} {{ $faviconTemplate := resources.Get "images/favicon-t.svg" -}} {{ $favicon := $faviconTemplate | resources.Minify | resources.ExecuteAsTemplate "images/favicon.svg" . -}} {{ with .Site.Params.faviconText -}} {{ end -}} {{ if (fileExists "/layouts/partials/head_custom.html") -}} {{ partial "head_custom.html" . -}} {{ end -}}