{{ $img := resources.Get .Site.Params.favicon }} {{ with $img }} {{ end }} {{- partial "css.html" . -}} {{- block "title" . -}} {{- if .IsHome -}} {{- .Site.Title -}} {{- else -}} {{- .Site.Title -}}{{- " | " -}}{{- .Page.Title -}} {{- end -}} {{- end -}} {{ template "_internal/opengraph.html" . }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}