aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-17 03:42:49 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-17 03:58:24 +0200
commitc7cea43cc00ea4cdddfb09466eca268dc3b7a972 (patch)
treeba8900d583bc80c6f2d68d076c40b07bc5574b00 /layouts/partials
parentb90aa5cc74801c5b70f591b73b3de7ec4ad6362a (diff)
downloadhugo-minimalist-theme-c7cea43cc00ea4cdddfb09466eca268dc3b7a972.tar.gz
hugo-minimalist-theme-c7cea43cc00ea4cdddfb09466eca268dc3b7a972.tar.bz2
hugo-minimalist-theme-c7cea43cc00ea4cdddfb09466eca268dc3b7a972.zip
About page compatible with personal and project
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/social_links.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<a
href="{{ $link | safeURL }}"
{{ $target | safeHTMLAttr }}
- class="link near-white"
+ class="link color-inherit"
>
<i class="{{ $pack }} {{ $pack_prefix }}-{{ .icon }} h2"></i>
</a>