diff options
author | Frederic Hemberger <mail@frederic-hemberger.de> | 2011-10-17 20:34:13 +0200 |
---|---|---|
committer | Frederic Hemberger <mail@frederic-hemberger.de> | 2011-10-17 20:34:13 +0200 |
commit | ff7099207bc99edf9109f1b91f3e2aaf76560418 (patch) | |
tree | 4bb0a98d73d5b27c8a00b2a0943836764c08cfbd /.themes/classic/source | |
parent | 35a598df038259af2dc2f07c828b44d7dd1281b5 (diff) | |
download | my_new_personal_website-ff7099207bc99edf9109f1b91f3e2aaf76560418.tar.xz my_new_personal_website-ff7099207bc99edf9109f1b91f3e2aaf76560418.zip |
Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes #204
Diffstat (limited to '.themes/classic/source')
-rw-r--r-- | .themes/classic/source/_includes/after_footer.html | 1 | ||||
-rw-r--r-- | .themes/classic/source/_includes/head.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/after_footer.html b/.themes/classic/source/_includes/after_footer.html index b17f5463..08b8e340 100644 --- a/.themes/classic/source/_includes/after_footer.html +++ b/.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 %} diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index fd7e2365..5ae6be08 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.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> |