You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/05/24 22:12:45 UTC

allura git commit: Provide another master template block to hook in after the "block head" that many individual templates are using (without calling super)

Repository: allura
Updated Branches:
  refs/heads/master 5e107fc62 -> 4bef92e65


Provide another master template block to hook in after the "block head" that many individual templates are using (without calling super)


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/4bef92e6
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/4bef92e6
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/4bef92e6

Branch: refs/heads/master
Commit: 4bef92e65c61f095e6b0cc0a5a78017aa41ebdb7
Parents: 5e107fc
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu May 24 18:12:41 2018 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu May 24 18:12:41 2018 -0400

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/master.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/4bef92e6/Allura/allura/templates/jinja_master/master.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/master.html b/Allura/allura/templates/jinja_master/master.html
index 9c6962e..649699c 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -77,6 +77,8 @@
     {% block head %}
     {% endblock %}
     {% if g.production_mode %}{{ g.analytics.display() }}{% endif %}
+    {% block head_bottom -%}
+    {% endblock %}
 </head>
 
 <body{% block body_attrs %}{% endblock %} class="{% block body_css_class %}{% endblock %}" id="forge">