This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 419dd0548 Move GA snippet down slightly
419dd0548 is described below

commit 419dd054814142ac1aeb4f982640e2cf4ab923b1
Author: Kenton Taylor <[email protected]>
AuthorDate: Wed Dec 21 18:33:26 2022 +0000

    Move GA snippet down slightly
---
 Allura/allura/templates/jinja_master/master.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/allura/templates/jinja_master/master.html 
b/Allura/allura/templates/jinja_master/master.html
index 79659f5f8..1b68d5acf 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -72,9 +72,9 @@
 
     {% block head %}
     {% endblock %}
-    {% if g.production_mode %}{{ g.analytics.display() }}{% endif %}
     {% block head_bottom -%}
     {% endblock %}
+    {% if g.production_mode %}{{ g.analytics.display() }}{% endif %}
 </head>
 
 <body{% block body_attrs %}{% endblock %} class="{% block body_css_class %}{% 
endblock %}" id="forge">

Reply via email to