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

This commit is contained in:
Frederic Hemberger 2011-10-17 20:34:13 +02:00
parent 35a598df03
commit ff7099207b
2 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,4 @@
{% include facebook_like.html %}
{% include google_plus_one.html %}
{% include twitter_sharing.html %}
{% include google_analytics.html %}
{% include custom/after_footer.html %}

View File

@ -25,4 +25,5 @@
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
{% include custom/head.html %}
{% include google_analytics.html %}
</head>