diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 76bb84a..ce4f9e3 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -101,8 +101,8 @@ - {{ $mainJs := resources.Match "js/**.js" | resources.Concat "js/script.js" | minify | fingerprint }} - + {{ $mainJs := resources.Match "js/**.js" | resources.Concat "js/script.js" | minify }} + {{- block "scripts" . }}{{- end }} {{- if eq (getenv "HUGO_ENV") "PRD" }}