Minor update for specialcss
This commit is contained in:
parent
e460887877
commit
8be3b8bd76
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block somemorehead %}
|
{% block somemorehead %}
|
||||||
{% if page.libary %}
|
{% if page.specialcss %}
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/library.css">
|
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ page.specialcss }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock somemorehead %}
|
{% endblock somemorehead %}
|
||||||
|
|
Loading…
Reference in a new issue