summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>