From ff7099207bc99edf9109f1b91f3e2aaf76560418 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Mon, 17 Oct 2011 20:34:13 +0200 Subject: [PATCH] Moves Google Analytics to allowing verification for Google Webmaster Tools, fixes #204 --- .themes/classic/source/_includes/after_footer.html | 1 - .themes/classic/source/_includes/head.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/after_footer.html b/.themes/classic/source/_includes/after_footer.html index b17f546..08b8e34 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 fd7e236..5ae6be0 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -25,4 +25,5 @@ {% include custom/head.html %} + {% include google_analytics.html %}