{{ $jQuery := resources.Get "vendor/jquery/jquery-3.5.1.min.js" }}
{{ $index := resources.Get "js/index.js" | minify }}
{{ $scripts := slice $jQuery $index | resources.Concat "js/bundle.js" | fingerprint }}
{{ template "_internal/google_analytics_async.html" . }}
{{ range .Site.Params.customJS -}}
{{ $script := resources.Get . | minify }}
{{- end }}