You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at adding a Mastodon link rather than a Twitter link, and just to test what the icon would look like, I replaced "fa-twitter" with "fa-mastodon" in the index.tpl file, it doesn't pull the icon from Font Awesome. Instead, it just shows the circle stack icon.
Is there something special that has to be done in order to use other icons?
The text was updated successfully, but these errors were encountered:
Clean-Blog includes Font Awesome from a CDN in a rather old version (4.5.0) which did not include a Mastodon icon yet. Also, it seems that Bootstrap switched CDNs, the maxcdn doesn't seem to offer newer versions.
You can try replacing <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> with <link href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" rel="stylesheet" type="text/css"> in index.tpl (assuming you're aware that changes to your index.tpl will be overwritten by a Serendipity update if you use the bundled version of Clean-Blog).
I'm looking at adding a Mastodon link rather than a Twitter link, and just to test what the icon would look like, I replaced "fa-twitter" with "fa-mastodon" in the index.tpl file, it doesn't pull the icon from Font Awesome. Instead, it just shows the circle stack icon.
Is there something special that has to be done in order to use other icons?
The text was updated successfully, but these errors were encountered: