Add meta
to Scribble template for mobile
Forces the narrow (one-column) layout on mobile devices.
This commit is contained in:
parent
f224034a1f
commit
37019a1eb6
|
@ -867,6 +867,8 @@
|
||||||
(head ()
|
(head ()
|
||||||
(meta ([http-equiv "content-type"]
|
(meta ([http-equiv "content-type"]
|
||||||
[content "text/html; charset=utf-8"]))
|
[content "text/html; charset=utf-8"]))
|
||||||
|
(meta ([name "viewport"]
|
||||||
|
[content "width=device-width, initial-scale=0.8"]))
|
||||||
,title
|
,title
|
||||||
,(scribble-css-contents scribble-css
|
,(scribble-css-contents scribble-css
|
||||||
(lookup-path scribble-css alt-paths)
|
(lookup-path scribble-css alt-paths)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user