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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-14 01:38:18 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-14 01:38:18 +0300
commitd21ac478549f2c4da303cb38e60d3a7dadd0ffd3 (patch)
tree768fde10f629f3f13225ca1b3823088aaa1a93ff /layouts
parent55f8259ccc09b849c6f5bd88cce7497f751a51a4 (diff)
Added Google Analytics
Added Google analytics support
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/js.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 799debf..9ccadd1 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -25,3 +25,5 @@
{{ if eq ( getenv "HUGO_ENV" ) "production" }}
{{ end }}
+
+{{ template "_internal/google_analytics_async.html" . }}