5b48df5eb8
Font Awesome downloaded from <https://github.com/FortAwesome/Font-Awesome/blob/v4.7.0/css/font-awesome.css>. License from <https://github.com/FortAwesome/Font-Awesome/blob/v4.7.0/README.md>.
8 lines
327 B
HTML
8 lines
327 B
HTML
{% load compress %}
|
|
{% load staticfiles %}
|
|
|
|
<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
|
|
{% compress css %}
|
|
<link rel="stylesheet" type="text/css" href="{% static "fonts/font-awesome.css" %}">
|
|
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
|
|
{% endcompress %}
|