From e66b95587b66d60934cd2d05e79023baccbfd36b Mon Sep 17 00:00:00 2001 From: "Wilson J. Holmes" Date: Mon, 8 Aug 2022 20:05:28 -0400 Subject: [PATCH] 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"