Skip to content

Commit

Permalink
added abhinavnepal favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
biwek committed Jul 28, 2018
1 parent 8c26cfb commit 673986a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/assets/images/an_logo.svg

This file was deleted.

Binary file added app/assets/images/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 added app/assets/images/favicon.ico
Binary file not shown.
Binary file added app/assets/images/favicon16.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 added app/assets/images/favicon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<title>AbhinavNepal</title>
<%= csrf_meta_tags %>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= favicon_link_tag "favicon.ico" %>
<%= favicon_link_tag "favicon32.png", rel: "icon", type: "image/png" %>
<%= favicon_link_tag "favicon16.png", rel: "icon", type: "image/png" %>
<%= favicon_link_tag "apple-touch-icon.png", rel: "apple-touch-icon", sizes: "180x180", type: "image/png" %>

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%# Google analytics - only monitor production site %>
Expand Down

0 comments on commit 673986a

Please sign in to comment.