Skip to content

Commit

Permalink
Upgrade Font Awesome CDN (yousinix#36)
Browse files Browse the repository at this point in the history
The Font Awesome CDN has been upgrade to new version.
For example the speaker-deck icon don't show on the actual
version and are ok to show on v5.10.0.

fixes yousinix#31
  • Loading branch information
gabubellon authored Apr 27, 2020
1 parent 608c356 commit 20ffd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="shortcut icon" type="image/x-icon" href="{{ '/assets/favicon.ico' | relative_url }}">

<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.0/css/all.css">

<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
Expand Down

0 comments on commit 20ffd28

Please sign in to comment.