Skip to content

Commit

Permalink
change favicon to match github
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Shepherd committed Feb 13, 2017
1 parent 1fee431 commit 4cf2fa2
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="/assets/css/index.css" rel="stylesheet">
<link rel="icon" type="image/png" href="{{ "/assets/favicon-128.png" | prepend: site.baseurl }}" sizes="128x128" />
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="{{ "/js/script.js" | prepend: site.baseurl }}"></script>
<script>
Expand Down
Binary file removed assets/favicon-128.png
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 4cf2fa2

Please sign in to comment.