{{ $readable := resources.Get "css/readable/readable.css" }} {{ $theme := resources.Get "css/theme.css" }} {{ $custom := resources.Get "css/custom.css" }} {{ $style := slice $readable $theme $custom | resources.Concat "css/style.css" | minify | fingerprint }} {{ $fullTitle := .Title }} {{ with .Params.chapterName }} {{ $fullTitle = printf "%s – %s" $fullTitle . }} {{ end }} {{ range .Ancestors }} {{ if or .Site.Params.OnlyBooks (in .Params.categories "book") }} {{ $fullTitle = printf "%s, %s" .Title $fullTitle }} {{ end }} {{ end }} {{ if and (.Title) (not .IsHome) }} {{ $fullTitle }} - {{ end }} {{ .Site.Title }} {{ with .OutputFormats.Get "rss" -}} {{ end -}} {{ range .Site.Params.relMe }} {{ end}} {{ partial "head-extra.html" . }}