{{- $title := print .Site.Title " | " .Title -}} {{ if .IsHome }}{{ $title := .Site.Title }} {{ end }} {{ $title }} {{/* compressed soll besser sein als minify bei SASS */}} {{- $sassOptions := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) "includePaths" "assets/bootstrap/scss") -}} {{- $sassStyle := resources.Get "_own/sass/main.scss" | resources.ToCSS $sassOptions | minify -}} {{- $style := resources.Match "_own/css/**.css" | resources.Concat "css/custom.css" | minify -}}{{/* .Resources.GetMatch "css/**.css" */}} {{- if isset .Site.Params "custom_css" -}} {{ range .Site.Params.custom_css }} {{- end -}} {{- end -}} {{ range .AlternativeOutputFormats }} {{ printf `` .Rel .MediaType.Type (.Permalink | relURL) $.Site.Title | safeHTML }} {{- end }}