Skip to content

Commit

Permalink
Merge pull request #282 from mgrachev/update-font-awesome
Browse files Browse the repository at this point in the history
Update Font Awesome to latest version
  • Loading branch information
johno committed May 10, 2016
2 parents 75b4059 + 05774ac commit 65dc6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
{% endif %}
{% if site.show_social_icons or site.show_sharing_icons %}
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
{% endif %}

<!-- MathJax -->
Expand Down

0 comments on commit 65dc6ed

Please sign in to comment.