Skip to content

Commit

Permalink
Add bluesky to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Jan 26, 2025
1 parent 3f4e772 commit 8168a97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ url.redirect = (
"^/vods$" => "https://www.youtube.com/@WarwickSpeedrun",
"^/twitch$" => "https://www.twitch.tv/warwickspeedrun",
"^/twitter$" => "https://twitter.com/WarwickSpeedrun",
"^/signup$" => "https://oengus.fun/wasd2025",
# "^/donate$" => "https://tiltify.com/@warwickspeedrun/wasd-2024",
"^/bluesky$" => "https://bsky.app/profile/warwickspeedrun.bsky.social",
"^/blue-sky$" => "https://bsky.app/profile/warwickspeedrun.bsky.social",
"^/signup$" => "https://oengus.fun/wasd2025",
"^/donate$" => "https://tiltify.com/@warwickspeedrun/wasd-2025",

"^/howto$" => "https://warwickspeed.run/guides/learn",
"^/how-to$" => "https://warwickspeed.run/guides/learn",
Expand Down
2 changes: 1 addition & 1 deletion templates/parts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h3 class="socials-title is-size-4 title">Socials</h4>
<ul class="socials ps-0">
<li><a target="_blank" href="https://warwickspeed.run/discord"><i class="fab fa-discord"></i></a></li>
<li><a target="_blank" href="https://warwickspeed.run/twitter"><i class="fab fa-twitter"></i></a>
<li><a target="_blank" href="https://warwickspeed.run/bluesky"><i class="fab fa-bluesky"></i></a>
</li>
<li><a target="_blank" href="https://warwickspeed.run/twitch"><i class="fab fa-twitch"></i></a></li>
<li><a target="_blank" href="https://warwickspeed.run/vods"><i
Expand Down
3 changes: 1 addition & 2 deletions templates/parts/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
<link rel="stylesheet" href="{{ get_url(path="icon-packs/bootstrap-icons.min.css", cachebust=true) }}" defer>
<link rel="stylesheet" href="{{ get_url(path="icon-packs/phosphor-bold.css", cachebust=true) }}" defer>

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/549f4f1bb2.js" crossorigin="anonymous"></script>
<link rel="cannonical" href="https://warwickspeed.run">

<script src="{{ get_url(path="scripts/site.js", cachebust=true) }}" defer></script>
Expand Down

0 comments on commit 8168a97

Please sign in to comment.