We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffbfd9 commit 80df1feCopy full SHA for 80df1fe
templates/html.php
@@ -13,6 +13,7 @@
13
<link rel="stylesheet" type="text/css" href="<?php echo $this->sitebase()->assetUrl('/bootstrap/css/bootstrap.min.css');?>" />
14
<link rel="stylesheet" type="text/css" href="<?php echo $this->sitebase()->assetUrl('/jqueryui/themes/base/all.css');?>">
15
<script type="text/javascript" src="<?php echo $this->sitebase()->assetUrl('/jquery/jquery.min.js');?>"></script>
16
+ <meta name="viewport" content="minimum-scale=1.0, maximum-scale=1.0, width=device-width">
17
<?= getenv('DEBUG') ? $debugbarRenderer->renderHead() : ''; ?>
18
<?= $this->section('head'); ?>
19
<?= $this->section('head_scripts'); ?>
0 commit comments