Skip to content

Commit

Permalink
fontawesome fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John Connor committed Aug 19, 2024
1 parent 69e05c4 commit bad59f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions voyages/sitemedia/scripts/library/fontawesome-all.min.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions voyages/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@
<link href="{% sass_src 'scss/library/[email protected]' %}" rel="stylesheet" type="text/css" />
<link href="{% sass_src 'scss/library/[email protected]' %}" rel="stylesheet" type="text/css" />
{% endcompress %}
<script src="https://kit.fontawesome.com/2ebfe61a88.js"></script>

<!--
<script src="https://kit.fontawesome.com/2ebfe61a88.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.min.js"></script>
-->

{% block csslist %} {% endblock %}

{% compress js %}
<script src="{{ STATIC_URL }}scripts/library/fontawesome-all.min.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}scripts/library/[email protected]" type="text/javascript"></script>
<script src="{{ STATIC_URL }}scripts/library/[email protected]" type="text/javascript"></script>
{% endcompress %}
Expand Down

0 comments on commit bad59f2

Please sign in to comment.