File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 17
17
<!-- Neo2 Google Web Font -->
18
18
< link href ='http://fonts.googleapis.com/css?family=Exo+2 ' rel ='stylesheet ' type ='text/css '>
19
19
20
+ <!-- Font Awesome -->
21
+ < link href ="bower_components/font-awesome/css/font-awesome.min.css " rel ="stylesheet ">
22
+
20
23
<!-- Custom styles for this site -->
21
24
< link href ="css/main.css " rel ="stylesheet ">
22
25
Original file line number Diff line number Diff line change 22
22
],
23
23
"dependencies" : {
24
24
"normalize" : " http://necolas.github.io/normalize.css/3.0.0/normalize.css" ,
25
- "bootstrap" : " ~3.1.1"
25
+ "bootstrap" : " ~3.1.1" ,
26
+ "font-awesome" : " ~4.0.3"
26
27
}
27
28
}
Original file line number Diff line number Diff line change 7
7
< h1 > {{ site.title }}</ h1 >
8
8
< h2 > {{ site.description }}</ h2 >
9
9
< a class ="btn btn-lg btn-primary "
10
- href ="https://github.com/neovim/neovim " role ="button "> View
11
- on GitHub</ a >
10
+ href ="https://github.com/neovim/neovim " role ="button ">
11
+ < i class =" fa fa-github fa-lg " > </ i > View on GitHub</ a >
12
12
</ div >
13
13
14
14
< p > Neovim is in its early stages. Both this site and the project itself are
You can’t perform that action at this time.
0 commit comments