Skip to content
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

Update Font Awesome #287

Closed
mjdescy opened this issue Feb 21, 2021 · 6 comments · Fixed by #296
Closed

Update Font Awesome #287

mjdescy opened this issue Feb 21, 2021 · 6 comments · Fixed by #296

Comments

@mjdescy
Copy link

mjdescy commented Feb 21, 2021

I very much want to include the "microblog" icon from Font Awesome 5.14.0 in my site's social icons. When I try to use it, using the code below in config.toml, nothing displays:

[[params.social]]
    url   = "https://user.micro.blog"
    icon  = "microblog" # icon name without the 'fa-'
    icon_pack = "fab"

Unfortunately, I don't know how to resolve this on my own. Does the Font Awesome code in the theme need to be updated? (I don't know how to do that.)

@MyGiHu
Copy link
Contributor

MyGiHu commented Feb 22, 2021

You are right. Font Awesome is not up to date and is missing the microblog icon from newer releases.

@victoriadrake victoriadrake changed the title Can't use "microblog' icon from Font Awesome 5.14.0 Update Font Awesome Mar 7, 2021
@victoriadrake
Copy link
Owner

Font Awesome should be updated to include the "microblog' icon and other icons. Thank you @mjdescy for bringing this up!

@ttheng3810
Copy link

Hello, I would also like to point out that other than the "microblog" icon, the "blog" icon from Font Awesome 5.6.0 does not display on the site as well, after similar procedures as mentioned by @mjdescy are carried out.

The code used in the config.toml file:

[[params.social]]
    url   = "https://somebodys.blog"
    icon  = "blog" # icon name without the 'fa-'
    icon_pack = "fas"

@arturjzapater
Copy link
Contributor

Hey, how's the progress on this? If no one is working on it, I'd be happy to do it (it might have to wait until the weekend, though)

@victoriadrake
Copy link
Owner

Please feel free, and thank you!

@arturjzapater
Copy link
Contributor

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants