瀏覽代碼

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

Loading…
取消
儲存