Skip to content

Commit

Permalink
Enable font-awesome (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Oct 24, 2023
1 parent e63fc27 commit e58fa36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/partials/javascript.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{{- $inServerMode := .Site.IsServer -}}

<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<!-- Font Awesome -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/js/all.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" />

<!-- Custom JS -->
<!-- All JS files under static/js are included -->
Expand Down

0 comments on commit e58fa36

Please sign in to comment.