2017-06-07 15:01:31 -07:00
|
|
|
{% load compress %}
|
|
|
|
{% load staticfiles %}
|
2017-06-07 15:26:41 -07:00
|
|
|
|
2017-08-13 17:33:51 -07:00
|
|
|
<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
|
2017-08-12 10:36:09 -07:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
|
2017-08-13 16:06:48 -07:00
|
|
|
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
2017-06-07 15:01:31 -07:00
|
|
|
{% compress css %}
|
2017-08-13 16:06:48 -07:00
|
|
|
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
|
2017-06-07 15:01:31 -07:00
|
|
|
{% endcompress %}
|