Skip to content

Commit e58fa36

Browse files
Enable font-awesome (#310)
1 parent e63fc27 commit e58fa36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

layouts/partials/javascript.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{{- $inServerMode := .Site.IsServer -}}
22

33
<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" />
47

58
<!-- Custom JS -->
69
<!-- All JS files under static/js are included -->

0 commit comments

Comments
 (0)