Upgrade to Font Awesome v5.0.11

This commit is contained in:
Danielle McLean 2018-05-04 11:30:14 +10:00
parent 70d4579448
commit 0b43aad50e
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
<link rel="stylesheet" type="text/stylus" href="{% static 'lemoncurry/css/layout.styl' %}" />
{% block styles %}{% endblock %}
{% endcompress %}
<script type="text/javascript" defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js"
integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<script type="text/javascript" defer src="https://use.fontawesome.com/releases/v5.0.11/js/all.js"
integrity="sha384-ImVoB8Er8knetgQakxuBS4G3RSkyD8IZVVQCAnmRJrDwqJFYUE4YOv+DbIofcO9C" crossorigin="anonymous"></script>
{% analytical_head_bottom %}
</head>
<body{% block body_attr %}{% endblock %}>