From b11af66c7343a3e4fbf1398c9240472d6b4a49f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Mon, 13 Apr 2015 18:46:07 +0000 Subject: [PATCH] Google Analytics code changed to --- .../bootflat/templates/_includes/google_analytics.html | 2 -- shelfzilla/themes/bootflat/templates/_layout.html | 7 +++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/shelfzilla/themes/bootflat/templates/_includes/google_analytics.html b/shelfzilla/themes/bootflat/templates/_includes/google_analytics.html index 48db223..e11d504 100644 --- a/shelfzilla/themes/bootflat/templates/_includes/google_analytics.html +++ b/shelfzilla/themes/bootflat/templates/_includes/google_analytics.html @@ -1,5 +1,4 @@ diff --git a/shelfzilla/themes/bootflat/templates/_layout.html b/shelfzilla/themes/bootflat/templates/_layout.html index 81a0414..241e285 100644 --- a/shelfzilla/themes/bootflat/templates/_layout.html +++ b/shelfzilla/themes/bootflat/templates/_layout.html @@ -15,6 +15,9 @@ {% endblock %} {% endcompress %} {% block page_title %}ShelfZilla{% endblock %} + {% if social_config.google_analytics %} + {% include "_includes/google_analytics.html" %} + {% endif %} {% block navigation_bar %} @@ -121,9 +124,5 @@ {% if not USER_CONFIG.use_pjax %} {% endif %} - - {% if social_config.google_analytics %} - {% include "_includes/google_analytics.html" %} - {% endif %}