removes duplicate CSS
This commit is contained in:
parent
95f12be5e6
commit
1047dc1ba9
|
@ -28,11 +28,6 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<link rel="stylesheet" href="/static/css/{{ 'dark-' if config['dark'] else '' }}theme.css" />
|
<link rel="stylesheet" href="/static/css/{{ 'dark-' if config['dark'] else '' }}theme.css" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config['theme'] %}
|
|
||||||
<link rel="stylesheet" href="/static/css/themes/{{config['theme']}}.css" />
|
|
||||||
{% else %}
|
|
||||||
<link rel="stylesheet" href="/static/css/{{ 'dark-' if config['dark'] else '' }}theme.css" />
|
|
||||||
{% endif %}
|
|
||||||
<title>Whoogle Search</title>
|
<title>Whoogle Search</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user