fix: Custom css loading
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
<link href="{{ get_url(path='style.css') }}" rel="stylesheet" />
|
<link href="{{ get_url(path='style.css') }}" rel="stylesheet" />
|
||||||
{% if config.extra.stylesheets %}
|
{% if config.extra.stylesheets %}
|
||||||
{% for stylesheet in config.extra.stylesheets %}
|
{% for stylesheet in config.extra.stylesheets %}
|
||||||
<link href="{{ get_url(path='stylesheet') }}" rel="stylesheet" />
|
<link href="{{ get_url(path=stylesheet) }}" rel="stylesheet" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user