{{- $ogImage := .Site.Params.ogImage | absURL -}} {{- $ogImageAlt := .Site.Title -}} {{- with .Resources.GetMatch "cocktail.*" -}} {{- $resized := .Resize "1200x webp" -}} {{- $ogImage = $resized.Permalink | absURL -}} {{- $ogImageAlt = $.Title -}} {{- else -}} {{- with .Params.drinkThumbnail -}} {{- $ogImage = . -}} {{- $ogImageAlt = $.Title -}} {{- end -}} {{- end -}} {{- if .IsPage }} {{- range .Params.categories }}{{ end }} {{- range .Params.ingredients }}{{ end }} {{- end }} {{- partial "schema.html" . -}} {{- $css := resources.Get "css/main.css" | css.PostCSS -}} {{- if eq hugo.Environment "production" -}} {{- $css = $css | minify | fingerprint "sha256" -}} {{- end -}}