diff --git a/layouts/partials/iconlink.html b/layouts/partials/iconlink.html index 4c489d9..b97dae0 100644 --- a/layouts/partials/iconlink.html +++ b/layouts/partials/iconlink.html @@ -1,9 +1,8 @@ -{{ $id := (lower .Identifier) }} - {{ $icon := index site.Data.supported_icons $id | safeHTML }} + {{ $icon := index site.Data.supported_icons (lower .Identifier) | safeHTML }} {{ if $icon }} {{ $icon | safeHTML }} {{ else }}