We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63fc27 commit e58fa36Copy full SHA for e58fa36
1 file changed
layouts/partials/javascript.html
@@ -1,6 +1,9 @@
1
{{- $inServerMode := .Site.IsServer -}}
2
3
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
4
+<!-- Font Awesome -->
5
+<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/js/all.min.js"></script>
6
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" />
7
8
<!-- Custom JS -->
9
<!-- All JS files under static/js are included -->
0 commit comments