rust-analyzer/rust-analyzer.github.io

Add Font Awesome

Aloso opened this issue · 1 comments

Aloso commented

The footer contains this code:

<a href="{{ '/feed.xml' | prepend: site.baseurl }}" class="footer-link">
  <i class="fa fa-rss"></i> rss
</a>
<a href="https://github.com/rust-analyzer/rust-analyzer.github.io" class="footer-link">
  <i class="fa fa-github"></i> src
</a>
<a href="https://opencollective.com/rust-analyzer/" class="footer-link">
  <i class="fa fa-github"></i> sponsor
</a>

This should display Font Awesome icons, but Font Awesome is currently not included in the website.

Finally got to fixing it :)