Skip to content

Commit

Permalink
Remove old favicon, add favicon to secondary layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fpigerre committed Mar 12, 2016
1 parent c69a020 commit 226660d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="author" content="{{ site.author }}">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/img/logo.png"/>

<meta property="og:title" content="{{ site.title }}">
<meta property="og:type" content="website">
Expand All @@ -19,7 +20,6 @@
<link rel="stylesheet" href="/lib/semantic/css/semantic.min.css">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/corner.css">
<link rel="icon" type="image/png" href="/img/logo.png"/>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions _layouts/secondary.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="author" content="{{ site.author }}">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/img/logo.png"/>

<meta property="og:title" content="{{ site.title }}">
<meta property="og:type" content="website">
Expand Down
Binary file removed favicon.ico
Binary file not shown.

0 comments on commit 226660d

Please sign in to comment.