Skip to content

Commit cff2f22

Browse files
authored
Merge pull request #29 from Humphries-Lab/mdhumphries-patch-1
Update fonts.html to use FontAwesome 6.7 enabling BlueSky
2 parents b232016 + d08175b commit cff2f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ twitter:
105105
link: https://twitter.com/$VALUE
106106

107107
bluesky:
108-
icon: fa-brands fa-square-bluesky
108+
icon: fa-brands fa-bluesky
109109
text: Bluesky
110110
tooltip: Bluesky
111111
link: https://bsky.app/profile/$VALUE

_includes/fonts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="{{ googlefonts }}" rel="stylesheet">
66

77
<!-- Font Awesome icons (load asynchronously due to size) -->
8-
{% assign fontawesome = "https://use.fontawesome.com/releases/v6.5.0/css/all.css" %}
8+
{% assign fontawesome = "https://use.fontawesome.com/releases/v6.7.2/css/all.css" %}
99
<link
1010
href="{{ fontawesome }}"
1111
rel="stylesheet"

0 commit comments

Comments
 (0)