From feb33c031a9d54d1ab1f110a151f324b35254537 Mon Sep 17 00:00:00 2001 From: JohnathanLin <289348588@qq.com> Date: Sun, 29 Oct 2023 11:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E8=B0=B7=E6=AD=8C=E5=88=86?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 35257fc..34cc033 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -168,3 +168,7 @@ {{- template "partials/templates/twitter_cards.html" . }} {{- template "partials/templates/schema_json.html" . }} {{- end -}} + +{{ if not .Site.IsServer }} +{{ template "_internal/google_analytics.html" . }} +{{ end }} \ No newline at end of file