{{ partial "meta.html" . }} {{- if hugo.IsProduction -}} {{- else if (eq hugo.Environment "staging") -}} {{ end }} {{/* kapa.ai widget */}} {{/* preload Roboto Flex as it's a critical font: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload */}} {{ partialCached "utils/css.html" "-" }} {{ $theme := resources.Get "js/theme.js" | js.Build (dict "minify" true) }} {{ $js := resources.Match "js/src/**.js" | resources.Concat "scripts.js" | js.Build (dict "minify" true "targetPath" "scripts.js") }}