From ceab72ad341bb216467a3bdaf6ee0a32be99de02 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 26 Nov 2014 00:02:55 +0000 Subject: page.tmpl: tell mobile browsers we have a responsive layout, unless told not to Mobile browsers typically assume that arbitrary web pages are designed for a "desktop-sized" browser window (around 1000px) and display that layout, zoomed out, in order to avoid breaking naive designs that assume nobody will ever look at a website on a phone or something. People who are actually doing "responsive design" need to opt-in to mobile browsers rendering it at a more normal size. --- templates/page.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 301c737fe..9e8b330a4 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -8,6 +8,7 @@ <TMPL_VAR TITLE> + -- cgit v1.2.3