templates: Fix duplicate inclusion of portico CSS.

Apparently, essentially every one of our landing pages extending
portico.html had two copies of portico.css included in their head
section; one from porticocustomhead (or the super of customhead) and
the other directly included.

Clean this up by removing all these duplicate inclusions of the
portico stylesheet.
This commit is contained in:
Tim Abbott
2018-04-24 08:45:31 -07:00
parent e86d5139bb
commit 697fd3c69b
17 changed files with 3 additions and 54 deletions

View File

@@ -2,10 +2,8 @@
{% block customhead %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% stylesheet 'portico' %}
{% stylesheet 'landing-page' %}
{{ render_bundle('landing-page') }}
{% endblock %}
{% block portico_content %}