2017-06-07 22:01:31 +00:00
|
|
|
{% load compress %}
|
|
|
|
{% load staticfiles %}
|
2017-06-07 22:26:41 +00:00
|
|
|
|
2017-08-14 00:33:51 +00:00
|
|
|
<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
|
2017-08-12 17:36:09 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
|
2017-08-13 23:06:48 +00: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 22:01:31 +00:00
|
|
|
{% compress css %}
|
2017-08-13 23:06:48 +00:00
|
|
|
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
|
2017-06-07 22:01:31 +00:00
|
|
|
{% endcompress %}
|