Skip to content

Commit

Permalink
updating icons based on @daviddarnes solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkersley committed Jan 10, 2016
1 parent 4de89d5 commit 9aca9c9
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions _includes/head--icons.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
<link rel="apple-touch-icon" sizes="57x57" href="https://avatars0.githubusercontent.com/u/635655?s=57">
<link rel="apple-touch-icon" sizes="60x60" href="https://avatars0.githubusercontent.com/u/635655?s=60">
<link rel="apple-touch-icon" sizes="72x72" href="https://avatars0.githubusercontent.com/u/635655?s=72">
<link rel="apple-touch-icon" sizes="76x76" href="https://avatars0.githubusercontent.com/u/635655?s=76">
<link rel="apple-touch-icon" sizes="114x114" href="https://avatars0.githubusercontent.com/u/635655?s=114">
<link rel="apple-touch-icon" sizes="120x120" href="https://avatars0.githubusercontent.com/u/635655?s=120">
<link rel="apple-touch-icon" sizes="144x144" href="https://avatars0.githubusercontent.com/u/635655?s=144">
<link rel="apple-touch-icon" sizes="152x152" href="https://avatars0.githubusercontent.com/u/635655?s=152">
<link rel="apple-touch-icon" sizes="180x180" href="https://avatars0.githubusercontent.com/u/635655?s=180">
<link rel="icon" type="image/png" href="https://avatars0.githubusercontent.com/u/635655?s=32" sizes="32x32">
<link rel="icon" type="image/png" href="https://avatars0.githubusercontent.com/u/635655?s=194" sizes="194x194">
<link rel="icon" type="image/png" href="https://avatars0.githubusercontent.com/u/635655?s=96" sizes="96x96">
<link rel="icon" type="image/png" href="https://avatars0.githubusercontent.com/u/635655?s=192" sizes="192x192">
<link rel="icon" type="image/png" href="https://avatars0.githubusercontent.com/u/635655?s=16" sizes="16x16">
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/635655">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://avatars0.githubusercontent.com/u/635655?s=144">
<meta name="theme-color" content="#ffffff">
{% assign avatarid = "635655" %}
{% assign avatarurl = "https://avatars0.githubusercontent.com/u/" %}

<link rel="apple-touch-icon" sizes="57x57" href="{{ avatarurl }}{{ avatarid }}?s=57">
<link rel="apple-touch-icon" sizes="60x60" href="{{ avatarurl }}{{ avatarid }}?s=60">
<link rel="apple-touch-icon" sizes="72x72" href="{{ avatarurl }}{{ avatarid }}?s=72">
<link rel="apple-touch-icon" sizes="76x76" href="{{ avatarurl }}{{ avatarid }}?s=76">
<link rel="apple-touch-icon" sizes="114x114" href="{{ avatarurl }}{{ avatarid }}?s=114">
<link rel="apple-touch-icon" sizes="120x120" href="{{ avatarurl }}{{ avatarid }}?s=120">
<link rel="apple-touch-icon" sizes="144x144" href="{{ avatarurl }}{{ avatarid }}?s=144">
<link rel="apple-touch-icon" sizes="152x152" href="{{ avatarurl }}{{ avatarid }}?s=152">
<link rel="apple-touch-icon" sizes="180x180" href="{{ avatarurl }}{{ avatarid }}?s=180">
<link rel="icon" type="image/png" href="{{ avatarurl }}{{ avatarid }}?s=32" sizes="32x32">
<link rel="icon" type="image/png" href="{{ avatarurl }}{{ avatarid }}?s=194" sizes="194x194">
<link rel="icon" type="image/png" href="{{ avatarurl }}{{ avatarid }}?s=96" sizes="96x96">
<link rel="icon" type="image/png" href="{{ avatarurl }}{{ avatarid }}?s=192" sizes="192x192">
<link rel="icon" type="image/png" href="{{ avatarurl }}{{ avatarid }}?s=16" sizes="16x16">
<link rel="shortcut icon" href="{{ avatarurl }}{{ avatarid }}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="{{ avatarurl }}{{ avatarid }}?s=144">
<meta name="theme-color" content="#ffffff">

2 comments on commit 9aca9c9

@daviddarnes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

@mattkersley
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

credit where it's due :)

Please sign in to comment.