Skip to content

Commit bdf17fd

Browse files
davide125Conan-Kudo
authored andcommitted
Add other socials to the footer
We need to update FontAwesome for this as the bsky icon was added in a later release. Signed-off-by: Davide Cavalca <davide@asahilinux.org>
1 parent eb286b3 commit bdf17fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

layouts/partials/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
<div class="footer-links">
1313
<ul class="footer-services">
1414
<li><a href="https://social.treehouse.systems/@AsahiLinux"><i class="fab fa-mastodon"></i></a></li>
15+
<li><a href="https://bsky.app/profile/asahilinux.org"><i class="fab fa-bluesky"></i></a></li>
16+
<li><a href="https://www.linkedin.com/company/asahilinux/"><i class="fab fa-linkedin"></i></a></li>
1517
<li><a href="https://github.com/AsahiLinux"><i class="fab fa-github"></i></a></li>
16-
<!-- TODO: Open Collective? -->
18+
<!-- TODO: Open Collective? https://github.com/FortAwesome/Font-Awesome/issues/14475 -->
1719
</ul>
1820
<ul class="footer-menu-container">
1921
<li><a href="/about">About</a></li>

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>{{ if not .IsHome }}{{.Title}} - {{ end }}Asahi Linux</title>
66
<link rel="stylesheet" href="/css/main.css?{{ slicestr (readFile "static/css/main.css" | md5) 0 8 }}">
7-
<link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet">
7+
<link href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" rel="stylesheet">
88
<link rel="preconnect" href="https://fonts.gstatic.com">
99
<link id="favicon" rel="icon" href="/img/AsahiLinux_logomark_32px.png">
1010
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@200;500&family=Varela+Round&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)