Add mobile viewport

pull/1/head
Joe Biellik 9 years ago
parent 2bef633faa
commit e55b9c51d9

@ -1,7 +1,8 @@
doctype html
html(lang='en')
head
meta(http-equiv='Content-Type', content='text/html; charset=utf-8')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
title #{title}
block head

Loading…
Cancel
Save