diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.tmpl b/templates/base.tmpl index d9d9ab1..fe9120b 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -5,6 +5,7 @@ <head> <title>$title</title> <link rel="StyleSheet" href="${root}s/style.css" type="text/css" /> + <meta name="viewport" content="initial-scale=1.0, width=device-width" /> #block head #end block </head> |