summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-05-08 15:00:08 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-05-08 15:00:08 +0200
commit3c0ce354a28cafb5b63658c0581ea49e8882ea79 (patch)
tree56e781194af7853342cb789927da59df70fc71f1
parent1a0a86c1641d5598e8a27f3e9482da5c9a93a5c4 (diff)
Move GA back into head
-rw-r--r--template/root.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index 5ada9e4..f7bba3d 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -22,6 +22,7 @@
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ {{template "ga"}}
</head>
<body>
@@ -55,7 +56,6 @@
</aside>
{{template "content" .}}
-{{template "ga"}}
</body>
</html>