mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-03-13 11:18:15 +01:00
feat(lib): upgrade fontawesome-free from 6.1.1 to 6.7.2 (#932)
This commit is contained in:
parent
00c6eea6a4
commit
f730f63145
15 changed files with 16 additions and 13 deletions
assets
layouts/partials/head
resources/_gen/assets/css
static/lib/fontawesome-free/webfonts
|
@ -3,8 +3,8 @@ prefix:
|
|||
# simple-icons@7.3.0 https://github.com/simple-icons/simple-icons
|
||||
simpleIcons: https://cdnjs.cloudflare.com/ajax/libs/simple-icons/7.3.0/
|
||||
libFiles:
|
||||
# fontawesome-free@6.1.1 https://fontawesome.com/
|
||||
fontawesomeFreeCSS: font-awesome/6.1.1/css/all.min.css
|
||||
# fontawesome-free@6.7.2 https://fontawesome.com/
|
||||
fontawesomeFreeCSS: font-awesome/6.7.2/css/all.min.css
|
||||
# animate.css@4.1.1 https://github.com/daneden/animate.css
|
||||
animateCSS: animate.css/4.1.1/animate.min.css
|
||||
# autocomplete.js@0.38.1 https://github.com/algolia/autocomplete.js
|
||||
|
|
|
@ -3,8 +3,8 @@ prefix:
|
|||
# simple-icons@7.3.0 https://github.com/simple-icons/simple-icons
|
||||
simpleIcons: https://cdn.jsdelivr.net/npm/simple-icons@7.3.0/icons/
|
||||
libFiles:
|
||||
# fontawesome-free@6.1.1 https://fontawesome.com/
|
||||
fontawesomeFreeCSS: '@fortawesome/fontawesome-free@6.1.1/css/all.min.css'
|
||||
# fontawesome-free@6.7.2 https://fontawesome.com/
|
||||
fontawesomeFreeCSS: '@fortawesome/fontawesome-free@6.7.2/css/all.min.css'
|
||||
# animate.css@4.1.1 https://github.com/daneden/animate.css
|
||||
animateCSS: animate.css@4.1.1/animate.min.css
|
||||
# autocomplete.js@0.38.1 https://github.com/algolia/autocomplete.js
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
| [Cookie Consent](https://github.com/osano/cookieconsent) | cookieconsent | 3.1.1 |
|
||||
| [Apache ECharts](https://github.com/apache/echarts) | echarts | 5.3.3 |
|
||||
| [emoji-data](https://github.com/iamcal/emoji-data) | emoji-data | 15.1.2 |
|
||||
| [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) | fontawesome-free | 6.1.1 |
|
||||
| [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) | fontawesome-free | 6.7.2 |
|
||||
| [Gitalk](https://github.com/gitalk/gitalk) | gitalk | 1.7.2 |
|
||||
| [KaTeX](https://github.com/KaTeX/KaTeX) | katex | 0.16.21 |
|
||||
| [lazysizes](https://github.com/aFarkas/lazysizes) | lazysizes | 5.3.2 |
|
||||
|
|
6
assets/lib/fontawesome-free/all.min.css
vendored
6
assets/lib/fontawesome-free/all.min.css
vendored
File diff suppressed because one or more lines are too long
9
assets/lib/fontawesome-free/css/all.min.css
vendored
Normal file
9
assets/lib/fontawesome-free/css/all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,7 @@
|
|||
{{- partial "plugin/style.html" $options -}}
|
||||
|
||||
{{- /* Font Awesome */ -}}
|
||||
{{- $source := $cdn.fontawesomeFreeCSS | default "lib/fontawesome-free/all.min.css" -}}
|
||||
{{- $source := $cdn.fontawesomeFreeCSS | default "lib/fontawesome-free/css/all.min.css" -}}
|
||||
{{- $options := dict "Source" $source "Fingerprint" $fingerprint "Preload" true -}}
|
||||
{{- partial "plugin/style.html" $options -}}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue