Skip to content

Commit

Permalink
Update fontawesome to free package
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmjohnson committed Oct 2, 2023
1 parent 7af193e commit df50238
Show file tree
Hide file tree
Showing 27 changed files with 18,861 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon" />
<script src="https://kit.fontawesome.com/020726ec0d.js" crossorigin="anonymous"></script>
<link href="{{ site.baseurl }}/css/fontawesome/css/fontawesome.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/fontawesome/css/brands.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/fontawesome/css/solid.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>

{% if site.morea_google_analytics_tracking_id %}
Expand Down
Loading

0 comments on commit df50238

Please sign in to comment.