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