Browse Source

Actually include the css :s

master
The Dod 1 year ago
parent
commit
d62991f278
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      templates/index.html

+ 1
- 0
templates/index.html View File

@@ -6,6 +6,7 @@
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1">
7 7
     <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
8 8
     <link rel="stylesheet" href="{{ url_for('static', filename='css') }}/bootstrap{% if is_rtl %}-rtl{% endif %}.min.css">
9
+    <link rel="stylesheet" href="{{ url_for('static', filename='css') }}/style.css">
9 10
     <meta property="og:image" itemprop="image" content="{{og_image|default(url_for('static', filename='hashtag.png', _external=True))}}" />
10 11
     <meta property="og:type" content="website" />
11 12
     <meta property="og:updated_time" content="{{updated_time}}" />

Loading…
Cancel
Save