ソースを参照

Actually include the css :s

master
The Dod 1年前
コミット
d62991f278
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      templates/index.html

+ 1
- 0
templates/index.html ファイルの表示

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

読み込み中…
キャンセル
保存