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"
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 }}
-
+