kitian616 / jekyll-TeXt-theme

💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
https://kitian616.github.io/jekyll-TeXt-theme/
MIT License
3.12k stars 2.53k forks source link

Bug: ffi gem not compatible anymore, icons not rendering #463

Closed ayushjain01 closed 5 months ago

ayushjain01 commented 8 months ago

The ffi gem is not compatible anymore, the icons on the site do not load.

Expected behavior All icons should be rendered.

Screenshots Expected - image Current - image The issue can be noticed on TeXT-theme Home Page

image

ayushjain01 commented 8 months ago

Fixed this using font awesome directly by linking the stylesheet instead.

Just after opening of <head> tag in base.html layout, include the CSS for font awesome :

<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

And replace all occurances of far fa- and fas fa- with fa fa-