fix include

This commit is contained in:
Steffen Schwebel 2021-06-01 16:41:26 +02:00
parent 054e0e6eba
commit 083a023e57

View file

@ -12,7 +12,7 @@
<link rel="stylesheet" href="{{ ASSET_URL }}">
{%- endassets %}
{% if SETTING.get('custom_css') %}
<link rel="stylesheet" href="/static/custom/{{ custom_css }}">
<link rel="stylesheet" href="/static/custom/{{ SETTING.get('custom_css') }}">
{% endif %}
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->