Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhowells committed Mar 11, 2017
1 parent 513e647 commit 0649e06
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rev: 12
rev: 13
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="description" content="{{ site.description }}">
<meta name="format-detection" content="telephone=no">
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<link rel="shortcut icon" href="/dist/img/favicon.ico?v=03" />
<link rel="apple-touch-icon-precomposed" href="/dist/img/apple-touch-icon.png?v=04" />
<link rel="shortcut icon" href="/dist/img/favicon.ico?v{{ site.data.version.rev }}" />
<link rel="apple-touch-icon-precomposed" href="/dist/img/apple-touch-icon.png?v{{ site.data.version.rev }}" />
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6185512/7037372/css/fonts.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
Expand Down
Binary file modified dist/img/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/img/favicon.ico
Binary file not shown.

0 comments on commit 0649e06

Please sign in to comment.