|
10 | 10 | <metaname="description"content="{{ site.description }}"> |
11 | 11 | <linkrel="stylesheet"href="combo.css"> |
12 | 12 | <linkhref='http://fonts.googleapis.com/css?family=Raleway:400,300,700'rel='stylesheet'type='text/css'> |
13 | | -<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> |
| 13 | +<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> |
14 | 14 | {% if site.favicon %}<linkrel="shortcut icon"href="{{ site.favicon }}"type="image/x-icon">{% endif %} |
15 | 15 | {% if site.touch_icon %}<linkrel="apple-touch-icon"href="{{ site.touch_icon }}">{% endif %} |
16 | 16 | </head> |
|