fix for custom css

This commit is contained in:
Wyatt Johnson
2018-05-18 16:44:43 -06:00
parent 868343a29b
commit dd0ad17038
+1 -1
View File
@@ -1,3 +1,3 @@
{% if customCssUrl %}
<link href="{{ customCssUrl }}" rel="stylesheet">
<link nonce="{{ nonce }}" href="{{ customCssUrl }}" rel="stylesheet">
{% endif %}