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
parent1261b7490df998418c322eab82df847054ed3b09 (diff)
Set GA code before the closing <head>
-rw-r--r--README.md2
-rw-r--r--layouts/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6818efd..0d83af8 100644
--- a/README.md
+++ b/README.md
@@ -83,4 +83,4 @@ Thanks
- to [spf13](//github.com/spf13) for creating Hugo and the awesome community around the project
- to [digitalcraftsman](//github.com/digitalcraftsman) for creating Hugo themes and writing nice READMEs
-- to Codrops for original [Thumbnail Grid with Expanding Preview](http://tympanus.net/codrops/?p=14530).
+- to Codrops for original [Thumbnail Grid with Expanding Preview](http://tympanus.net/codrops/?p=14530). \ No newline at end of file
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" . }}