tell mobile devices that we are prepared
authorRalf Jung <post@ralfj.de>
Mon, 24 Aug 2015 08:56:48 +0000 (10:56 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 24 Aug 2015 08:56:48 +0000 (10:56 +0200)
pycco-rs

index 2dd50e772a5d51b6811859b446cf93196f9d78b8..fab890bc88eb3fcd4713b64fffacb0dec15f2c0f 100755 (executable)
--- a/pycco-rs
+++ b/pycco-rs
@@ -21,7 +21,7 @@ for ext, l in pycco.main.languages.items():
 html_src = pycco_resources.html
 
 css_marker = '<link rel="stylesheet" href="{{ stylesheet }}">'
-custom_css = '<link rel="stylesheet" href="pycco_custom.css">'
+custom_css = '<link rel="stylesheet" href="pycco_custom.css"><meta name="viewport" content="width=device-width">'
 html_src = html_src.replace(css_marker, css_marker+custom_css, 1)
 
 title_marker = '<title>'