Skip to content

Commit

Permalink
(website) Replaced GitHub link to the octicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed May 13, 2015
1 parent 4aa1d72 commit ded10ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion website/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"roboto-fontface": "0.4.0",
"highlightjs": "8.5.0",
"respond-minmax": "1.4.2",
"html5shiv": "3.7.2"
"html5shiv": "3.7.2",
"octicons": "2.2.2"
},
"overrides": {
"jquery": {
Expand All @@ -27,6 +28,9 @@
},
"html5shiv": {
"main": "dist/*.min.js"
},
"octicons": {
"main": ["octicons/*.css", "octicons/*.svg", "octicons/*.woff", "octicons/*.ttf", "octicons/*.eot"]
}
}
}
1 change: 1 addition & 0 deletions website/public/_head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<meta property="og:image" content="<%- baseUrl %>/thumbnail.png" />
<meta property="og:locale" content="en" />
<link rel="stylesheet" type="text/css" href="<%- baseUrl %>/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="<%- baseUrl %>/lib/octicons/octicons/octicons.css" />
<link rel="stylesheet" type="text/css" href="<%- baseUrl %>/css/main.css" />
<!--[if lt IE 9]>
<script src="<%- baseUrl %>/lib/html5shiv/dist/html5shiv.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion website/public/_nav.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ul class="nav navbar-nav">
<li><a href="<%- baseUrl %>/docs/overview">Documentation</a></li>
<li><a href="<%- baseUrl %>/docs/faq">FAQ</a></li>
<li><a href="<%- githubUrl %>">GitHub</a></li>
<li><a href="<%- githubUrl %>" title="GitHub"><span class="octicon octicon-mark-github"></span></a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/public/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ul class="nav navbar-nav">
<li><a href="<%- baseUrl %>/docs/overview">Documentation</a></li>
<li><a href="<%- baseUrl %>/docs/faq">FAQ</a></li>
<li><a href="<%- githubUrl %>">GitHub</a></li>
<li><a href="<%- githubUrl %>" title="GitHub"><span class="octicon octicon-mark-github"></span></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit ded10ce

Please sign in to comment.