Minor update for specialcss

This commit is contained in:
Jeff MacKinnon 2022-05-17 21:18:15 -03:00
parent e460887877
commit 8be3b8bd76

View file

@ -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 %}