-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Connor
committed
Aug 19, 2024
1 parent
69e05c4
commit bad59f2
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 %} | ||
|