stub file generation
[mdref/mdref] / views / layout.phtml
index b3e16d5236d9c2b950082c20483aad09f71a91dc..e4d438d51e4c654aaeda248225ab85d6d1911c69 100644 (file)
                        <?php endif; ?>
                        mdref
                </title>
+               <meta name="viewport" content="width=1200, initial-scale=0.5">
                <?php if (isset($baseUrl)) : ?>
                        <base href="<?= $baseUrl ?>">
                        <meta http-equiv="Content-Location" content="<?= $baseUrl . $ref ?>">
                        <link rel="stylesheet" href="index.css">
                <?php endif; ?>
 
-               <link href="https://fonts.googleapis.com/css?family=Inconsolata&subset=latin-ext" rel="stylesheet">
+               <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
                <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
                <link rel="shortcut icon" href="<?= $baseUrl . "favicon.ico" ?>">
        </head>