Upgrade to Font Awesome 5.0.13
This commit is contained in:
parent
c405fc0dbb
commit
bbb860148d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,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.12/js/all.js"
|
||||
integrity="sha384-Voup2lBiiyZYkRto2XWqbzxHXwzcm4A5RfdfG6466bu5LqjwwrjXCMBQBLMWh7qR" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript" defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js"
|
||||
integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
|
||||
{% analytical_head_bottom %}
|
||||
</head>
|
||||
<body{% block body_attr %}{% endblock %}>
|
||||
|
|
Loading…
Reference in a new issue