mirror of
https://github.com/pinry/pinry.git
synced 2026-01-16 20:22:06 +01:00
Swap over to unpkg for CSS requirements
This commit is contained in:
@@ -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" %}"/>
|
||||
|
||||
Reference in New Issue
Block a user