removes duplicate CSS

This commit is contained in:
Alexandar Mechev 2020-10-23 18:12:05 +02:00
parent 95f12be5e6
commit 1047dc1ba9
No known key found for this signature in database
GPG Key ID: 1B754EA636091772

View File

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