rename fontawesome css to include version number, so we avoid caching issues when upgrading
This commit is contained in:
parent
27f3470f92
commit
d5d12008de
|
@ -16,7 +16,7 @@
|
|||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||
|
||||
<!-- FontAwesome CSS -->
|
||||
<link href="{% static 'css/fontawesome-all.min.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'css/fontawesome-all-5.0.13.min.css' %}" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="{% static 'css/bornhack.css' %}" rel="stylesheet">
|
||||
|
|
Loading…
Reference in a new issue