Skip to content

Commit de4dba4

Browse files
Merge pull request #363 from DeshDeepakKant/update-twitter-icon
Updated the Font Awesome CDN version and twitter logo
2 parents b4555aa + 34e1261 commit de4dba4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/_default/languages.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
weight = 10
6969

7070
[[zh.menu.main_right]]
71-
name = "<i class=\"fab fa-twitter\" style=\"color: #1ea1f3; font-size: 1rem; line-height: 1.25\"></i>"
71+
name = "<i class=\"fab fa-x-twitter\" style=\"color: #000000; font-size: 1rem; line-height: 1.25\"></i>"
7272
url = "https://twitter.com/volcano_sh"
7373
weight = 20
7474

config/_default/menus.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
weight = 10
4040

4141
[[main_right]]
42-
name = "<i class=\"fab fa-twitter\" style=\"color: #1ea1f3; font-size: 1rem; line-height: 1.25\"></i>"
42+
name = "<i class=\"fab fa-x-twitter\" style=\"color: #000000; font-size: 1rem; line-height: 1.25\"></i>"
4343
post = ""
4444
url = "https://twitter.com/volcano_sh"
4545
weight = 20

themes/academic/data/assets.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
sri = "sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE="
7272
url = "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/%s/css/bootstrap.min.css"
7373
[css.fontAwesome]
74-
version = "5.6.0"
75-
sri = "sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h"
76-
url = "https://use.fontawesome.com/releases/v%s/css/all.css"
74+
version = "6.7.2"
75+
sri = "sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
76+
url = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/%s/css/all.min.css"
7777
[css.academicons]
7878
version = "1.8.6"
7979
sri = "sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw="

0 commit comments

Comments
 (0)