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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rosenshein <leonrosn@amazon.com>2022-03-10 18:53:09 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-03-10 18:53:09 +0300
commit732f888e388297fdfdb29ffba0accffe6e9370b3 (patch)
treecf161a4d1724541251fb9d9c4d02a6c41bed35a5
parent1974fa8384c0bb3d3f8b80d85cc83255efbcbb14 (diff)
Add google analytics
-rw-r--r--layouts/partials/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 99a9139..5ad171e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -44,4 +44,6 @@
<meta name="author" content="{{ .Site.Params.Author }}">
{{- partial "custom_header.html" . -}}
+
+ {{ template "_internal/google_analytics.html" . }}
</head>