CodingForProduct / LoveLA

A streamlined path to discovery for L.A. locals and tourists using the Metro
https://lovela.herokuapp.com/
2 stars 0 forks source link

Add favicon #42

Closed jendiamond closed 7 years ago

jendiamond commented 7 years ago

Add Favicon

Add the favicon image to the app/assets/images

app/views/layouts/application.html.erb

<!DOCTYPE html>
<html>
  <head>
    <title>Flixnpix</title>
    <%= csrf_meta_tags %>

    <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
    <%= stylesheet_link_tag 'application', 'https://fonts.googleapis.com/css?family=Raleway:400,700' %>
    <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
    <%= favicon_link_tag 'favicon.ico' %>
    <%= csrf_meta_tags %>
  </head>