forked from 00dani/lemoncurry
bump Font Awesome to 5.0.9
This commit is contained in:
parent
93c45f8a90
commit
baeae5cacd
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue