diff options
Diffstat (limited to 'layouts/partials/social_links.html')
-rw-r--r-- | layouts/partials/social_links.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/social_links.html b/layouts/partials/social_links.html index c7a5f7d..0951770 100644 --- a/layouts/partials/social_links.html +++ b/layouts/partials/social_links.html @@ -15,8 +15,7 @@ <a href="{{ $link | safeURL }}" {{ $target | safeHTMLAttr }} - class="color-inherit" > - <i class="{{ $pack }} {{ $pack_prefix }}-{{ .icon }} h2"></i> + <i class="{{ $pack }} {{ $pack_prefix }}-{{ .icon }}"></i> </a> {{ end }} |