{{ hugo.Generator }} {{ if .IsHome }} {{ with .Site.Params.homeMetaContent }} {{ end }} {{ else }} {{ $summary := trim (.Summary | plainify | htmlUnescape) "\n\r" | default .Title }} {{ end }} {{ $customCssPath := "css/custom.css" }} {{ $customCss:= resources.Get $customCssPath | resources.ExecuteAsTemplate $customCssPath . }} {{ if hugo.IsProduction }} {{ template "gtm.html" . }} {{ end }} {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }} {{ $title = .Site.Title }} {{ end }} {{ $title }}