mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
feat: pass extra css (#1392)
This commit is contained in:
@@ -28,4 +28,9 @@
|
||||
<link href="{% static "css/_extra.css" %}?v={{ VERSION }}" rel="preload" as="style">
|
||||
<link href="{% static "css/_extra.css" %}?v={{ VERSION }}" rel="stylesheet">
|
||||
|
||||
{% for css_path in EXTRA_CSS_PATHS %}
|
||||
<link href="{{ css_path }}?v={{ VERSION }}" rel="preload" as="style">
|
||||
<link href="{{ css_path }}?v={{ VERSION }}" rel="stylesheet">
|
||||
{% endfor %}
|
||||
|
||||
<link href="{% static "js/_commons.js" %}?v={{ VERSION }}" rel="preload" as="script">
|
||||
|
||||
Reference in New Issue
Block a user