Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<!-- Neo2 Google Web Font -->
<link href='http://fonts.googleapis.com/css?family=Exo+2' rel='stylesheet' type='text/css'>

<!-- Font Awesome -->
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">

<!-- Custom styles for this site -->
<link href="css/main.css" rel="stylesheet">

Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"dependencies": {
"normalize": "http://necolas.github.io/normalize.css/3.0.0/normalize.css",
"bootstrap": "~3.1.1"
"bootstrap": "~3.1.1",
"font-awesome": "~4.0.3"
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<h1>{{ site.title }}</h1>
<h2>{{ site.description }}</h2>
<a class="btn btn-lg btn-primary"
href="https://github.com/neovim/neovim" role="button">View
on GitHub</a>
href="https://github.com/neovim/neovim" role="button">
<i class="fa fa-github fa-lg"></i> View on GitHub</a>
</div>

<p>Neovim is in its early stages. Both this site and the project itself are
Expand Down