Files @ cd60da87c03c
Branch filter:

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

Christopher Neugebauer
jQuery et al now work
1
2
3
4
5
{% load compress %}
{% load staticfiles %}
{% compress css %}
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}