Remove whitespace caused by Jinja commands
Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
{% include 'oscar/navbar.html' %}
|
||||
|
||||
|
||||
{% block site_alert_error %}
|
||||
{% endblock %}
|
||||
{% block site_alert_warning %}
|
||||
@@ -62,7 +62,7 @@
|
||||
{% endblock %}
|
||||
{% block site_alert_success %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user