diff options
-rw-r--r-- | z.scm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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") |