rename fontawesome css to include version number, so we avoid caching issues when upgrading

This commit is contained in:
Thomas Steen Rasmussen 2020-02-22 17:40:53 +01:00
parent 27f3470f92
commit d5d12008de
2 changed files with 1 additions and 1 deletions

View File

@ -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">