Fix social icons

This commit is contained in:
Gregory Hellings
2024-04-22 01:38:31 -05:00
committed by Greg Hellings
parent 8cf96b02d7
commit 4c2df30856
+6 -5
View File
@@ -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/"