I would like (need) to use Mastodon's icon, but it seems that in head.html the FontAwesome's version is simply not there. Here's the link..
From here you can tell it was added in 5.0.11 version.
I have tried to manually change the FontAwesome version in the link but it seems to be a harder process than just changing the version number in the URL.
Could you help out on this one?
@ivnvitx The FontAwesome version is controlled through the link in the head.html. We are currently on version 4.7.0.
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
You would need to update this line with the current Version of the CDN and the correct hash.
Feel free to submit a PR after testing it, so we can roll it out to all users.
I just released the pull request to solve this issue: #81
I hope I did everything right, it is the first time I do this. :smile:
@ivangjxyz I'll have a look. Thanks guys!
Most helpful comment
I just released the pull request to solve this issue: #81
I hope I did everything right, it is the first time I do this. :smile: