diff --git a/src/layouts/_default/baseof.html b/src/layouts/_default/baseof.html index 53189319e..43f338ab2 100644 --- a/src/layouts/_default/baseof.html +++ b/src/layouts/_default/baseof.html @@ -20,6 +20,5 @@ {{ partial "footer" . }} - {{ partial "scripts" . }} diff --git a/src/layouts/partials/head.html b/src/layouts/partials/head.html index 31ce3eb3c..fba3cb9ac 100644 --- a/src/layouts/partials/head.html +++ b/src/layouts/partials/head.html @@ -24,6 +24,7 @@ {{ partial "stylesheet" . -}} {{ partial "favicons" . -}} {{ partial "social" . -}} +{{ partial "scripts" . -}} {{- if hugo.IsProduction }} {{ partial "analytics" . -}} {{- end }}