Skip to content

Commit

Permalink
Add svg favicon for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Sep 21, 2017
1 parent c757167 commit 3951a0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
File renamed without changes
1 change: 1 addition & 0 deletions app/assets/images/wave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ html
= action_cable_meta_tag
meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'
meta property='og:description' content='Pulls data from Surfline, MagicSeaweed & Spitcast APIs to display an aggregated surf forecast.'
meta property='og:image' content= image_url('wave.jpg')

meta property='og:image' content=image_url('wave.jpg')
link rel='mask-icon' color='navy' href=image_url('wave.svg')
link rel='apple-touch-icon' href=image_url('wave.png')

= stylesheet_link_tag 'application', media: 'all'
= javascript_pack_tag 'application'
- if ENV['GOOGLE_ANALYTICS_ID']
Expand All @@ -19,8 +21,7 @@ html
ga('create', '#{ENV['GOOGLE_ANALYTICS_ID']}', 'auto');
ga('send', 'pageview');
body
== yield
= render partial: 'shared/github_corner'

0 comments on commit 3951a0a

Please sign in to comment.