Skip to content

Commit

Permalink
Load Font Awesome CSS from jsDelivr CDN (mmistakes#2583)
Browse files Browse the repository at this point in the history
* Load Font Awesome CSS from jsDelivr CDN
* Update CHANGELOG and history
  • Loading branch information
iBug authored and chukycheese committed Sep 18, 2023
1 parent e872563 commit 605e2a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

### Enhancements

- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)

## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)

### Enhancements
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<!-- For all browsers -->
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">

<!--[if IE]>
<style>
Expand Down
1 change: 0 additions & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endfor %}
{% else %}
<script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
{% endif %}

{% if site.search == true or page.layout == "search" %}
Expand Down
8 changes: 7 additions & 1 deletion docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2020-06-06T11:48:13-04:00
last_modified_at: 2020-07-02T19:28:35+08:00
toc: false
---

## Unreleased

### Enhancements

- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)

## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)

### Enhancements
Expand Down

0 comments on commit 605e2a3

Please sign in to comment.