{{- if .IsHome -}} {{- else -}} {{- end -}} {{- if .IsHome -}} {{- printf "%s | %s" .Site.Title (.Param "subtitle") -}} {{- else -}} {{- printf "%s | %s" .Title .Site.Title -}} {{- end -}} {{- with $bootstrap := resources.Get "css/bootstrap.min.css" -}} {{- with $secureBootstrap := $bootstrap | resources.Fingerprint "sha256" -}} {{- end -}} {{- end -}} {{- with $style := resources.Get "css/style.css" | resources.Minify -}} {{- with $secureStyle := $style | resources.Fingerprint "sha256" -}} {{- end -}} {{- end -}} {{- with $style := resources.Get "fonts/font.css" | resources.Minify -}} {{- with $secureStyle := $style | resources.Fingerprint "sha256" -}} {{- end -}} {{- end -}} {{- with $style := resources.Get "fontawesome/css/all.min.css" -}} {{- with $secureStyle := $style | resources.Fingerprint "sha256" -}} {{- end -}} {{- end -}}