From 0d6e9af5a2e9f67d81ede69175bff3c998b0e876 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 11 Feb 2021 18:52:35 +0100 Subject: [PATCH] style: load GA script before head/custom --- layouts/partials/head/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index b858021..fd9ef73 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -21,5 +21,5 @@ {{ end }} +{{- template "_internal/google_analytics_async.html" . -}} {{- partial "head/custom.html" . -}} -{{ template "_internal/google_analytics_async.html" . }} \ No newline at end of file