Add meta to Scribble template for mobile

Forces the narrow (one-column) layout on mobile devices.
This commit is contained in:
Matthew Butterick 2016-12-28 10:34:02 -08:00
parent f224034a1f
commit 37019a1eb6

View File

@ -867,6 +867,8 @@
(head ()
(meta ([http-equiv "content-type"]
[content "text/html; charset=utf-8"]))
(meta ([name "viewport"]
[content "width=device-width, initial-scale=0.8"]))
,title
,(scribble-css-contents scribble-css
(lookup-path scribble-css alt-paths)