ソースを参照

Swap over to unpkg for CSS requirements

1.x
Isaac Bythewood 7年前
コミット
21a67b341d
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      pinry/templates/base.html

+ 3
- 3
pinry/templates/base.html ファイルの表示

@@ -16,10 +16,10 @@
<title>{% block title %}Pinry{% endblock %}</title>

<!-- CSS -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"/>
<link rel="stylesheet" href="https://unpkg.com/bootstrap@3.3.6/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/dropzone@4.3.0/dist/min/dropzone.min.css"/>
{% compress css %}
<link rel="stylesheet" href="{% static "vendor/bootstrap/dist/css/bootstrap.css" %}"/>
<link rel="stylesheet" href="{% static "vendor/dropzone/dist/dropzone.css" %}"/>
<link rel="stylesheet" href="{% static "css/messages.css" %}"/>
<link rel="stylesheet" href="{% static "css/lightbox.css" %}"/>
<link rel="stylesheet" href="{% static "css/pinry.css" %}"/>


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