bump Font Awesome to 5.0.9

This commit is contained in:
Danielle McLean 2018-03-29 16:08:32 +11:00
parent 93c45f8a90
commit baeae5cacd
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -39,7 +39,8 @@
<link rel="stylesheet" type="text/stylus" href="{% static 'lemoncurry/css/layout.styl' %}" /> <link rel="stylesheet" type="text/stylus" href="{% static 'lemoncurry/css/layout.styl' %}" />
{% block styles %}{% endblock %} {% block styles %}{% endblock %}
{% endcompress %} {% endcompress %}
<script type="text/javascript" defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> <script type="text/javascript" defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js"
integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
{% analytical_head_bottom %} {% analytical_head_bottom %}
</head> </head>
<body> <body>