Back to Hugo

Head Js

docs/layouts/_partials/layouts/head/head-js.html

0.163.0553 B
Original Source

{{ $githubInfo := partialCached "helpers/funcs/get-github-info.html" . "-" }} {{ $opts := dict "minify" true }} {{ with resources.Get "js/head-early.js" | js.Build $opts }} {{ partial "helpers/linkjs.html" (dict "r" . "attributes" (dict "async" "")) }} {{ end }} {{ with resources.Get "js/main.js" | js.Build $opts }} {{ partial "helpers/linkjs.html" (dict "r" . "attributes" (dict "defer" "")) }} {{ end }} {{ with resources.Get "js/turbo.js" | js.Build $opts }} {{ partial "helpers/linkjs.html" (dict "r" . "attributes" (dict "defer" "")) }} {{ end }}