Skip to content

Commit

Permalink
Hide dynamic favicons for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Sep 21, 2016
1 parent ca42f13 commit b83ede3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="<%= favicon(16) %>" sizes="16x16" />
<!-- <link rel="icon" type="image/png" href="<%= favicon(16) %>" sizes="16x16" />
<link rel="icon" type="image/png" href="<%= favicon(32) %>" sizes="32x32" />
<link rel="icon" type="image/png" href="<%= favicon(96) %>" sizes="96x96" />
<link rel="icon" type="image/png" href="<%= favicon(128) %>" sizes="128x128" />
<link rel="icon" type="image/png" href="<%= favicon(196) %>" sizes="196x196" />
<link rel="icon" type="image/png" href="<%= favicon(196) %>" sizes="196x196" /> -->
<meta name="application-name" content="&nbsp;"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
Expand Down

0 comments on commit b83ede3

Please sign in to comment.