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 %}
|
||||
|
||||
{% block somemorehead %}
|
||||
{% if page.libary %}
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/library.css">
|
||||
{% if page.specialcss %}
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ page.specialcss }}">
|
||||
{% endif %}
|
||||
|
||||
{% endblock somemorehead %}
|
||||
|
|
Loading…
Reference in a new issue