File diff a7a49d83b13c → 5b48df5eb86a
pinaxcon/templates/_styles.html
Show inline comments
...
 
@@ -2,7 +2,7 @@
 
{% 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/css" href="{% static "fonts/font-awesome.css" %}">
 
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
 
{% endcompress %}