Moved google analytics to after the footer block as commented on r866.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/templates/soc/base.html Mon Feb 23 19:52:15 2009 +0000
+++ b/app/soc/templates/soc/base.html Mon Feb 23 21:01:33 2009 +0000
@@ -196,9 +196,6 @@
{% endblock %}
</div>
<div id="footer" dir="ltr">
- {% if ga_tracking_num %}
- {% include 'soc/site/ga.html' %}
- {% endif %}
<div class="text">
{% block footer %}
©2009 Google -
@@ -210,5 +207,8 @@
</div>
</div>
</div>
+ {% if ga_tracking_num %}
+ {% include 'soc/site/ga.html' %}
+ {% endif %}
</body>
</html>