Back to Docker

Head

layouts/_partials/head.html

18.09-release540 B
Original Source

{{ partial "meta.html" . }} {{- range .AlternativeOutputFormats -}} {{ end -}} {{ partial "utils/css.html" "-" }}{{- if hugo.IsProduction -}} {{- else if (eq hugo.Environment "staging") -}} {{ end }} {{/* preload Roboto Flex as it's a critical font: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload */}}{{ $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") }}