Files @ 5b48df5eb86a
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/_styles.html

Brett Smith
1
2
3
4
5
6
7
8
{% 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 %}