소스 검색

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…
취소
저장