mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes #204
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user