Skip to content

Commit

Permalink
added apple meta tags to mobile section
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Dec 8, 2012
1 parent 4c0cd62 commit 614ec2e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/views/mobile/about.html.erb
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/views/mobile/calendar.html.erb
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/views/mobile/index.html.erb
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/views/mobile/menu.html.erb
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/views/mobile/news.html.erb
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/views/mobile/post.html
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/views/mobile/timeline.html.erb
Expand Up @@ -9,8 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="assets/splash.png" />
<link rel="apple-touch-icon" href="/assets/k_of_c_logo300.png"/>
<link rel="apple-touch-startup-image" href="/assets/splash.png" />

</head>
<body>
Expand Down

0 comments on commit 614ec2e

Please sign in to comment.