made theme switching better
This commit is contained in:
parent
dc3d52a7cb
commit
df5fc9890b
4 changed files with 20 additions and 18 deletions
|
@ -136,7 +136,7 @@
|
|||
<link id="{{theme}}" class="stylesheet" rel="stylesheet"
|
||||
href="{{ get_url(path=theme ~ ".css", trailing_slash=false) }}" />
|
||||
{% else %}
|
||||
<link id="{{theme}}" class="stylesheet" media="none" rel="stylesheet"
|
||||
<link id="{{theme}}" class="alternate stylesheet" disabled rel="stylesheet"
|
||||
href="{{ get_url(path=theme ~ ".css", trailing_slash=false) }}" />
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue