separating main.css
This commit is contained in:
parent
02d1350982
commit
c0515a4171
|
@ -11,5 +11,9 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block css %}
|
||||
<link type="text/css" rel="stylesheet" href="/css/themes/{{ theme }}/system.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/css/themes/{{ theme }}/header.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/css/themes/{{ theme }}/main.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/css/themes/{{ theme }}/aside.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/css/themes/{{ theme }}/footer.css" />
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue