Better mobile experience
* tekuti/template.scm (templatize): Render using device width as viewport, for better mobile experience.
This commit is contained in:
parent
9d43521793
commit
89da28b752
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue