Files @ 4d0611e71bfe
Branch filter:

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

Josh Simmons
Merge pull request #31 from northbaypython/josh/copy

add (most) bios, refine news, and more <3 for SFC
1
2
3
4
5
6
7
{% load compress %}
{% load staticfiles %}

<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
{% compress css %}
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}