Quellcode durchsuchen

Actually include the css :s

master
The Dod vor 1 Jahr
Ursprung
Commit
d62991f278
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      templates/index.html

+ 1
- 0
templates/index.html Datei anzeigen

@@ -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}}" />

Laden…
Abbrechen
Speichern