From 4c2df308566e5178c3f50569126f7ddcb2ad5818 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Mon, 18 Oct 2021 23:08:30 -0500 Subject: [PATCH] Fix social icons --- config.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 83c64dc..ecf5104 100644 --- a/config.toml +++ b/config.toml @@ -18,6 +18,7 @@ description = "The Hellings Family" pygmentsCodeFences = true pygmentsUseClasses = true profilePicture = "images/profile.jpg" +readMore = true [menu] @@ -40,27 +41,27 @@ profilePicture = "images/profile.jpg" url = "/about/" [[params.socialIcons]] -icon = "fa-facebook" +icon = "fab fa-facebook" title = "facebook" url = "https://facebook.com/greg.hellings" [[params.socialIcons]] -icon = "fa-github" +icon = "fab fa-github" title = "GitHub" url = "https://github.com/greg-hellings/" [[params.socialIcons]] -icon = "fa-envelope" +icon = "fas fa-envelope" title = "e-mail" url = "mailto:greg.hellings@gmail.com" [[params.socialIcons]] -icon = "fa-linkedin" +icon = "fab fa-linkedin" title = "Linkedin" url = "https://www.linkedin.com/" [[params.socialIcons]] -icon = "fa-instagram" +icon = "fab fa-instagram" title = "instagram" url = "https://www.instagram.com/greghellings/"