From 1fdac008175cba35ad5cbbac619671774c0e1afe Mon Sep 17 00:00:00 2001
From: Simon Hollingshead <me@simonhollingshead.com>
Date: Wed, 31 Jan 2024 00:39:39 +0000
Subject: [PATCH] Swap all use of FontAwesome to the v5+ syntax and set all icons to be fa-solid. (#887)
---
layouts/partials/float.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/float.html b/layouts/partials/float.html
index 623047d..9d6d1c1 100644
--- a/layouts/partials/float.html
+++ b/layouts/partials/float.html
@@ -1,7 +1,7 @@
{{ if not .Site.Params.hideColorSchemeToggle }}
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
- <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
+ <i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
{{ end }}
--
Gitblit v1.10.0