forked from 00dani/lemoncurry
Update to Font Awesome 5.0.12
This commit is contained in:
parent
9edb0571d8
commit
467ba19704
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,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.11/js/all.js"
|
<script type="text/javascript" defer src="https://use.fontawesome.com/releases/v5.0.12/js/all.js"
|
||||||
integrity="sha384-ImVoB8Er8knetgQakxuBS4G3RSkyD8IZVVQCAnmRJrDwqJFYUE4YOv+DbIofcO9C" crossorigin="anonymous"></script>
|
integrity="sha384-Voup2lBiiyZYkRto2XWqbzxHXwzcm4A5RfdfG6466bu5LqjwwrjXCMBQBLMWh7qR" crossorigin="anonymous"></script>
|
||||||
{% analytical_head_bottom %}
|
{% analytical_head_bottom %}
|
||||||
</head>
|
</head>
|
||||||
<body{% block body_attr %}{% endblock %}>
|
<body{% block body_attr %}{% endblock %}>
|
||||||
|
|
Loading…
Reference in a new issue