]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/base_content.html
Adds custom <head> elements and mimetype to the custom pages.
[osqa.git] / forum / skins / default / templates / base_content.html
index 79c85dc4282340609a537908f43edec2e22fa4cf..4f0aa301524da663875aa67bf236c8f0ac814dfa 100644 (file)
@@ -50,6 +50,9 @@
             });
         </script>
         {% endif %}
+        {% if settings.USE_CUSTOM_HEAD|or_preview:request %}
+            {{ settings.CUSTOM_HEAD|or_preview:request|safe }}
+        {% endif %}
         {% block forejs %}{% endblock %}
         <link rel="search" type="application/opensearchdescription+xml" href="{% url opensearch %}" title="{{ settings.APP_SHORT_NAME }} Search" />
     </head>