File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ ### Enhancements
4
+
5
+ - Replace Font Awesome Kits with CSS from jsDelivr CDN. [ #2583 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2583 )
6
+
1
7
## [ 4.19.3] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3 )
2
8
3
9
### Enhancements
Original file line number Diff line number Diff line change 13
13
14
14
<!-- For all browsers -->
15
15
< link rel ="stylesheet " href ="{{ '/assets/css/main.css' | relative_url }} ">
16
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css ">
16
17
17
18
<!--[if IE]>
18
19
<style>
Original file line number Diff line number Diff line change 4
4
{% endfor %}
5
5
{% else %}
6
6
< script src ="{{ '/assets/js/main.min.js' | relative_url }} "> </ script >
7
- < script src ="https://kit.fontawesome.com/4eee35f757.js "> </ script >
8
7
{% endif %}
9
8
10
9
{% if site.search == true or page.layout == "search" %}
Original file line number Diff line number Diff line change @@ -5,10 +5,16 @@ permalink: /docs/history/
5
5
excerpt : " Change log of enhancements and bug fixes made to the theme."
6
6
sidebar :
7
7
nav : docs
8
- last_modified_at : 2020-06-06T11:48:13-04 :00
8
+ last_modified_at : 2020-07-02T19:28:35+08 :00
9
9
toc : false
10
10
---
11
11
12
+ ## Unreleased
13
+
14
+ ### Enhancements
15
+
16
+ - Replace Font Awesome Kits with CSS from jsDelivr CDN. [ #2583 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2583 )
17
+
12
18
## [ 4.19.3] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3 )
13
19
14
20
### Enhancements
You can’t perform that action at this time.
0 commit comments