From 89da28b7527c74cbaeb61a7a8a1684a3b1441240 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 9 Oct 2014 20:38:18 +0200 Subject: [PATCH] Better mobile experience * tekuti/template.scm (templatize): Render using device width as viewport, for better mobile experience. --- tekuti/template.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/tekuti/template.scm b/tekuti/template.scm index 79293ef..d9101b1 100644 --- a/tekuti/template.scm +++ b/tekuti/template.scm @@ -54,6 +54,7 @@ (head (title ,title) (meta (@ (name "Generator") (content "An unholy concoction of parenthetical guile"))) + (meta (@ (name "viewport") (content "width=device-width"))) (link (@ (rel "stylesheet") (type "text/css") (media "screen")