Files @ 61cf00442673
Branch filter:

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

Brett Smith
proposals.forms: Link to one consistent Markdown cheat sheet.

I like this one best because it's most brief, visual, and clearly under a
free license (CC BY-SA 4.0).
1
2
3
4
5
6
7
8
{% load compress %}
{% load staticfiles %}

<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
<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 %}