summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--z.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/z.scm b/z.scm
index 8d86472..745cf4c 100644
--- a/z.scm
+++ b/z.scm
@@ -206,7 +206,10 @@ NL < '\n'
names paths)))))))
(define (template title body)
- `(html (head (title ,title))
+ `(html (head
+ (title ,title)
+ (meta (@ (name "viewport")
+ (content "width=device-width, initial-scale=1"))))
(style ,*css*)
(body
(h1 "z")