Use manifest-aware static include for header overrides stylesheet
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
<link rel="preconnect" href="https://www.google-analytics.com/">
|
||||
{% endif %}
|
||||
{{ block.super }}
|
||||
{% get_static_prefix as STATIC_PREFIX %}
|
||||
<link rel="stylesheet" href="{{ STATIC_PREFIX }}mandelstudio/css/header-overrides.css">
|
||||
<link rel="stylesheet" href="{% static 'mandelstudio/css/header-overrides.css' %}">
|
||||
{% if cookie_jar.needs_approval %}
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'cookie_jar/css/cookie_jar.css' %}">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user