upgrade font-awesome cdn link from 4.2.0 to 4.3.0
This commit is contained in:
parent
a8921abe67
commit
bdf0af0c3d
@ -11,7 +11,7 @@
|
|||||||
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
|
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
|
||||||
|
|
||||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
||||||
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
||||||
<!-- note: keep jQuery and bootstrap js here,
|
<!-- note: keep jQuery and bootstrap js here,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user