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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya@gmail.com <parsiya@gmail.com>2016-07-31 17:42:59 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-07-31 17:42:59 +0300
commit7c88ff25fb4b45efec1918f79b2d961d0ed687b9 (patch)
tree1cc93ce5c74e718f42e624c28e572ed602ef5274 /layouts/partials/header.html
parent11cef13cb43f39bbfdea36d1c27d35a486bb1ca3 (diff)
Use async Google analytics internal template. Fixes #17
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5ca4f64..31c9198 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -48,7 +48,7 @@
{{ .Hugo.Generator }}
<!-- Google Analytics -->
- {{ template "_internal/google_analytics.html" . }}
+ {{ template "_internal/google_analytics_async.html" . }}
</head>
<body{{ with .Site.Params.theme }} class="{{ . }}"{{ end }}>