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-06-07 15:01:31 -07:00
|
|
|
{% compress css %}
|
2019-12-06 10:51:56 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="{% static "fonts/font-awesome.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 %}
|