Skip to content

Commit cc52cc1

Browse files
committed
Fix favicon display for rails
1 parent 44e380c commit cc52cc1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

app/views/layouts/application.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta property="og:url" content="https://learnar.herokuapp.com/">
2020
<meta name="twitter:card" content="summary_large_image">
2121

22-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
22+
<link rel="shortcut icon" type="image/x-icon" href=<%= asset_path 'favicon.ico' %>>
2323

2424
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
2525
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>

public/favicon.ico

Whitespace-only changes.

0 commit comments

Comments
 (0)