Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes #204
This commit is contained in:
parent
35a598df03
commit
ff7099207b
|
@ -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 %}
|
||||
|
|
|
@ -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…
Reference in New Issue