mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 08:25:07 -05:00
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 facebook_like.html %}
|
||||||
{% include google_plus_one.html %}
|
{% include google_plus_one.html %}
|
||||||
{% include twitter_sharing.html %}
|
{% include twitter_sharing.html %}
|
||||||
{% include google_analytics.html %}
|
|
||||||
{% include custom/after_footer.html %}
|
{% include custom/after_footer.html %}
|
||||||
|
@ -25,4 +25,5 @@
|
|||||||
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
|
<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">
|
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
|
||||||
{% include custom/head.html %}
|
{% include custom/head.html %}
|
||||||
|
{% include google_analytics.html %}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user