1
0
Fork 0

Better mobile experience

* tekuti/template.scm (templatize): Render using device width as
  viewport, for better mobile experience.
This commit is contained in:
Andy Wingo 2014-10-09 20:38:18 +02:00
parent 9d43521793
commit 89da28b752

View file

@ -54,6 +54,7 @@
(head (title ,title) (head (title ,title)
(meta (@ (name "Generator") (meta (@ (name "Generator")
(content "An unholy concoction of parenthetical guile"))) (content "An unholy concoction of parenthetical guile")))
(meta (@ (name "viewport") (content "width=device-width")))
(link (@ (rel "stylesheet") (link (@ (rel "stylesheet")
(type "text/css") (type "text/css")
(media "screen") (media "screen")