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/taxonomy/authors.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/taxonomy/authors.html b/layouts/partials/taxonomy/authors.html
index bfd6b0c..91dcbcf 100644
--- a/layouts/partials/taxonomy/authors.html
+++ b/layouts/partials/taxonomy/authors.html
@@ -1,5 +1,5 @@
 <div class="authors">
-  <i class="fa fa-user" aria-hidden="true"></i>
+  <i class="fa-solid fa-user" aria-hidden="true"></i>
   {{- range $index, $el := . -}}
     {{- if gt $index 0 }}
       <span class="separator">•</span>

--
Gitblit v1.10.0