From 114565af27dc1b87e55228882612d8c5b5bd6e1a Mon Sep 17 00:00:00 2001 From: Etienne Membrives Date: Wed, 13 May 2020 02:28:23 +0200 Subject: [PATCH] Fix social icons with new version of FontAwesome (#203) FontAwesome changed the way brand icons should be invoked. This commit updates the social section to use the new, updated way. --- layouts/partials/home/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html index 34a97f1..ff90886 100644 --- a/layouts/partials/home/social.html +++ b/layouts/partials/home/social.html @@ -1,7 +1,7 @@
{{ range .Site.Params.social }} - + {{ end }}