Skip to content

Commit db74523

Browse files
committed
add apple-touch-icon
1 parent a847381 commit db74523

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
11.2 KB
Loading

app/views/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
<link rel="shortcut icon" href="/img/favicon.png">
11+
<link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-precomposed.png">
1112
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic" rel="stylesheet" type="text/css">
1213

1314
<%= yield_content :head %>

0 commit comments

Comments
 (0)