From e55b9c51d9b6840ccb50a77b5a200c9a8290db54 Mon Sep 17 00:00:00 2001 From: Joe Biellik Date: Sun, 8 Nov 2015 15:49:14 +0000 Subject: [PATCH] Add mobile viewport --- views/layout.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/layout.jade b/views/layout.jade index 0a8a713..f49c653 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -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