Browse Source

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

unreleased_contents
Frederic Hemberger 13 years ago
parent
commit
ff7099207b
  1. 1
      .themes/classic/source/_includes/after_footer.html
  2. 1
      .themes/classic/source/_includes/head.html

1
.themes/classic/source/_includes/after_footer.html

@ -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 %}

1
.themes/classic/source/_includes/head.html

@ -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>

Loading…
Cancel
Save