-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social platform icons now restricted to Font Awesome library fa-brands #843
Comments
We don't intend to support the old icon system alongside the current Font Awesome based system due to reasons mentioned in #839. Limiting support to just However, I am curious as to which |
I used to have more or less I guess right now, the only way is to override the includes as you said. Being able to override the fontawesome "namespace" ( |
This is how I solved it in my <span class="grey fa-{{ entry.fa_namespace | default: "brands" }} fa-{{ entry.icon }} fa-lg"></span> Example config: minima:
social_links:
- title: Jekyll repository at GitHub
icon: github
url: "https://github.com/jekyll/jekyll"
- title: Jekyll at X (formerly Twitter)
icon: x-twitter
url: "https://x.com/jekyllrb"
- title: Email Jekyll
icon: envelope
fa_namespace: regular
url: "mailto:[email protected]" |
Regarding #839:
I understand that in most cases, this feature is now much simpler to use. But you are limited on what brand icons fontawesome has.
Would it be possible to still support the old icon system as a fallback?
Or not limit the icons to the fa-brands namespace in fontawesome? In my case being able to switch to
fa-regular
instead offa-brands
would be enough.The text was updated successfully, but these errors were encountered: