summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2013-08-03 14:59:03 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2013-08-03 14:59:03 +0200
commitde90f1583f2ca98c9f83f5a1eaf6072dcf5cd09d (patch)
tree4f682a135f78d24de70c8d233783802d64dab774 /templates
parent3a52886c147323d227fee78874e6d85eedf43bd4 (diff)
Added some minor adjustments to look better on mobile browsers.
Diffstat (limited to 'templates')
-rw-r--r--templates/base.tmpl1
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>