From c7cea43cc00ea4cdddfb09466eca268dc3b7a972 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Tue, 17 Oct 2023 03:42:49 +0200 Subject: About page compatible with personal and project --- layouts/partials/social_links.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/social_links.html b/layouts/partials/social_links.html index e06fade..ea6ee85 100644 --- a/layouts/partials/social_links.html +++ b/layouts/partials/social_links.html @@ -1,4 +1,4 @@ -{{ range .Params.social }} +{{ range .social }} {{ $pack := or .icon_pack "fas" }} {{ $pack_prefix := $pack }} {{ if in (slice "fab" "fas" "far" "fal") $pack }} @@ -15,7 +15,7 @@ -- cgit v1.2.3