{{ with .Params.description }} {{ else }} {{ with .Params.summary }} {{ end }} {{ end }} {{ with .Keywords }}{{ end }} {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) "transpiler" "dartsass") }} {{ $scss := resources.Get "css/main.scss" | css.Sass $options }} {{ if hugo.IsProduction }}{{ $scss = $scss | minify | fingerprint }}{{ end }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} {{ $galleryJs := resources.Get "js/gallery.js" }} {{ if hugo.IsProduction }}{{ $galleryJs = $galleryJs | minify | fingerprint }}{{ end }} {{ $mailsJs := resources.Get "js/mails.js" }} {{ if hugo.IsProduction }}{{ $mailsJs = $mailsJs | minify | fingerprint }}{{ end }}