mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user