Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dasher committed May 2, 2015
1 parent 91d331f commit e4351ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel="apple-touch-startup-image", href="/icons/Icon.png")

meta(name="apple-mobile-web-app-capable", content="yes")
meta(name="mobile-web-app-capable", content="yes")

meta(name="viewport", content="width = device-width,initial-scale = 1.0")
body!= body

0 comments on commit e4351ad

Please sign in to comment.