Browse code

Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes #204

Frederic Hemberger authored on 17/10/2011 at 18:34:13
Showing 2 changed files
... ...
@@ -2,5 +2,4 @@
2 2
 {% include facebook_like.html %}
3 3
 {% include google_plus_one.html %}
4 4
 {% include twitter_sharing.html %}
5
-{% include google_analytics.html %}
6 5
 {% include custom/after_footer.html %}
... ...
@@ -25,4 +25,5 @@
25 25
   <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
26 26
   <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
27 27
   {% include custom/head.html %}
28
+  {% include google_analytics.html %}
28 29
 </head>