Skip to content

Commit 3fc938c

Browse files
committed
Merge branch 'update-font-awesome'
2 parents b70235e + eb63406 commit 3fc938c

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ social:
3737
icon: twitter
3838
link: https://twitter.com/studentrobotics
3939
- title: YouTube
40-
icon: youtube-play
40+
icon: youtube
4141
link: https://youtube.com/user/StudentRobotics
4242
- title: Instagram
4343
icon: instagram
4444
link: https://www.instagram.com/student_robotics/
4545
- title: Facebook
46-
icon: facebook-official
46+
icon: facebook
4747
link: https://facebook.com/StudentRobotics
4848
- title: LinkedIn
4949
icon: linkedin

_includes/footer.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ <h4>&nbsp;</h4>
4848
<div class="column d-6-12 text-right">
4949
<ul class="social-media-links">
5050
{% for account in site.social %}
51-
<li><a href="{{ account.link }}"><i class="fa fa-{{ account.icon }}" aria-hidden="true"
52-
title="{{ account.title }}"></i></a></li>
51+
<li>
52+
<a href="{{ account.link }}">
53+
<i class="fa-brands fa-{{ account.icon }}" aria-hidden="true" title="{{ account.title }}"></i>
54+
</a>
55+
</li>
5356
{% endfor %}
5457
</ul>
5558
</div>

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
77
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
88

9-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1010
<link rel="stylesheet" href="{{ '/css/main.css' | prepend: site.baseurl }}">
1111

1212
{% if page.extra_css %}

_includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="{{ include.class }}">
22
<div class="{{ include.class }} mobile-navigation">
33
<ul>
4-
<li><a id="navigation_toggle" href="#"><i class="fa fa-fw fa-bars"></i></a></li>
4+
<li><a id="navigation_toggle" href="#"><i class="fa-solid fa-fw fa-bars"></i></a></li>
55
</ul>
66
</div>
77
<ul id="navigation" class="full-navigation mobile-collapsed">

0 commit comments

Comments
 (0)