Link to dark theme css file if dark_theme
This commit is contained in:
parent
ffd993210d
commit
0e7bbb442b
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
@ -61,4 +62,4 @@
|
|||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue