Fix social icons
This commit is contained in:
committed by
Greg Hellings
parent
8cf96b02d7
commit
4c2df30856
+6
-5
@@ -18,6 +18,7 @@ description = "The Hellings Family"
|
|||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
profilePicture = "images/profile.jpg"
|
profilePicture = "images/profile.jpg"
|
||||||
|
readMore = true
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
@@ -40,27 +41,27 @@ profilePicture = "images/profile.jpg"
|
|||||||
url = "/about/"
|
url = "/about/"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-facebook"
|
icon = "fab fa-facebook"
|
||||||
title = "facebook"
|
title = "facebook"
|
||||||
url = "https://facebook.com/greg.hellings"
|
url = "https://facebook.com/greg.hellings"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-github"
|
icon = "fab fa-github"
|
||||||
title = "GitHub"
|
title = "GitHub"
|
||||||
url = "https://github.com/greg-hellings/"
|
url = "https://github.com/greg-hellings/"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-envelope"
|
icon = "fas fa-envelope"
|
||||||
title = "e-mail"
|
title = "e-mail"
|
||||||
url = "mailto:greg.hellings@gmail.com"
|
url = "mailto:greg.hellings@gmail.com"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-linkedin"
|
icon = "fab fa-linkedin"
|
||||||
title = "Linkedin"
|
title = "Linkedin"
|
||||||
url = "https://www.linkedin.com/"
|
url = "https://www.linkedin.com/"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-instagram"
|
icon = "fab fa-instagram"
|
||||||
title = "instagram"
|
title = "instagram"
|
||||||
url = "https://www.instagram.com/greghellings/"
|
url = "https://www.instagram.com/greghellings/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user