Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKanematsu Gaku <kanematsu.gaku@gmail.com>2022-01-06 18:06:05 +0300
committerKanematsu Gaku <kanematsu.gaku@gmail.com>2022-01-06 18:06:05 +0300
commitfae51a0d6dded0e8bd143658ef31b44ad605ddb5 (patch)
tree030a955aceec800a7129f4411203d13b8e6b9d50
parent9343f286b2455e104deef81f7dd947fd34c134bd (diff)
add-google-analytics-v4-support
-rw-r--r--layouts/partials/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b2aaef6..af9acc0 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -61,6 +61,8 @@
<!---->
{{ template "_internal/google_analytics_async.html" . }}
<!---->
+ {{ template "_internal/google_analytics.html" . }}
+ <!---->
{{ template "_internal/google_news.html" . }}
<!---->
{{ template "_internal/opengraph.html" . }}