Leieting / ghost-theme

The default personal blogging theme for Ghost
https://demo.ghost.io
MIT License
0 stars 0 forks source link

Font Awesome is loaded with code injection #6

Closed kimroen closed 8 years ago

kimroen commented 8 years ago

It should be part of the theme instead, because it's used in the theme files.

Add the following to where the rest of the javascript is inserted, or download font awesome and host it.

<script src="https://use.fontawesome.com/75a9bddd9b.js"></script>