Skip to content

Commit

Permalink
Merge pull request #3 from ArtOfCode-/master
Browse files Browse the repository at this point in the history
Add favicon
  • Loading branch information
Manishearth committed Jan 29, 2016
2 parents 747e730 + 1edd166 commit 97e6f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>metasmoke</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= favicon_link_tag 'favicon.ico' %>
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 97e6f36

Please sign in to comment.