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 %}