mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 16:25:13 +08:00
ensure preloaded css is actually used (#3047)
This commit is contained in:
@@ -66,6 +66,9 @@
|
||||
{{ macros.css(tenant.customCSSURL) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if customCSSURL %}
|
||||
{{ macros.css(customCSSURL)}}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user