Anatole: FontAwesome's version update?

Created on 25 Oct 2020  路  3Comments  路  Source: lxndrblz/anatole

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?

question

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:

All 3 comments

@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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

msfjarvis picture msfjarvis  路  3Comments

mattarnster picture mattarnster  路  5Comments

jwalsh2me picture jwalsh2me  路  6Comments

PiotrWachulec picture PiotrWachulec  路  4Comments

isa-chavarria picture isa-chavarria  路  5Comments