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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraerohub <aerohub@users.noreply.github.com>2016-08-25 12:24:26 +0300
committeraerohub <aerohub@users.noreply.github.com>2016-08-25 12:24:42 +0300
commit2db34ba020c52c36d9d7bf0c9572510b8b90ebb8 (patch)
treebb4b80ce3dea8879d70551dc008e89312bb8d7de /layouts/index.html
parent1261b7490df998418c322eab82df847054ed3b09 (diff)
Set GA code before the closing <head>
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 99aa127..88993a4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,8 +2,8 @@
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
<head>
{{ partial "head.html" . }}
- </head>
{{ template "_internal/google_analytics.html" . }}
+ </head>
<body>
<div class="container">
{{ partial "header.html" . }}