Files
talk/views/partials/custom-css.njk
T
2018-05-18 16:44:43 -06:00

4 lines
104 B
Plaintext

{% if customCssUrl %}
<link nonce="{{ nonce }}" href="{{ customCssUrl }}" rel="stylesheet">
{% endif %}