Link to dark theme css file if dark_theme

This commit is contained in:
SecretlyTaco 2018-02-20 22:55:09 +00:00
parent ffd993210d
commit 0e7bbb442b

View file

@ -6,6 +6,7 @@
<script src="{{ url_for('static', filename = 'jquery-3.2.1.min.js') }}"></script>
<script src="{{ url_for('static', filename = 'bootstrap4.min.js') }}" ></script>
<script src="{{ url_for('static', filename ='fontawesome-all.js') }}"></script>
{% if dark_theme %}<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = 'dark.css') }}"></script>{% endif %}
<title>{{ title }} - Tweeder</title>
</head>
<body>