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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuru Sabarish <gurusabarisha@gmail.com>2021-08-13 13:21:29 +0300
committerGitHub <noreply@github.com>2021-08-13 13:21:29 +0300
commitad8d0d72516a650041d4b6f95741db598b5c0ac4 (patch)
treee054e4607b8f21268bd4769afaa7fb0f4900a416
parentfa3cbbe11760cab34cb374e1e25e1cffd88cb08c (diff)
added google analytics for v3
-rw-r--r--layouts/partials/sections/v3/head.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/sections/v3/head.html b/layouts/partials/sections/v3/head.html
index 0e3c814..ae760e2 100644
--- a/layouts/partials/sections/v3/head.html
+++ b/layouts/partials/sections/v3/head.html
@@ -2,7 +2,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="{{ .Site.Params.favicon | default " /images/favicon.png"}}" type="image/gif">
-
+<!-- Google analytics -->
+{{ template "_internal/google_analytics.html" . }}
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css" media="all">
<link rel="stylesheet" href="/css/all.min.css" media="all">
@@ -26,4 +27,4 @@
::-webkit-scrollbar-thumb {
background: #6c757d;
}
-</style> \ No newline at end of file
+</style>