From b283d363a4e8930eb82dd4ef0500bff9effb6705 Mon Sep 17 00:00:00 2001 From: "Wilson J. Holmes" Date: Mon, 8 Aug 2022 19:54:03 -0400 Subject: [PATCH 1/2] Update head.html to use newest font awesome icons --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3f67415..4fd02f9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,7 @@ {{ if .Site.Params.noindex }} {{ end }} - + From e66b95587b66d60934cd2d05e79023baccbfd36b Mon Sep 17 00:00:00 2001 From: "Wilson J. Holmes" Date: Mon, 8 Aug 2022 20:05:28 -0400 Subject: [PATCH 2/2] Updated config.toml to reflect version bump --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f47369b..a838d04 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -29,16 +29,16 @@ logo = "images/rice.svg" # Sidebar: social links # Available icon sets: -# * FontAwesome 5 ('fas fa-' or 'fab-fa' for brands) +# * FontAwesome 6 ('fa-brands', 'fa-normal', or 'fa-solid' for brands) # * Academicons ('ai ai-') [[params.socialLinks]] -icon = "fab fa-github" +icon = "fa-brands fa-github" title = "GitHub" url = "https://github.com/joeroe/risotto" [[params.socialLinks]] -icon = "fas fa-envelope" +icon = "fa-solid fa-envelope" title = "Email" url = "mailto:example@example.com"