mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Always print the viewport meta tag #1389
This commit is contained in:
parent
f931185ee0
commit
36135c0fac
1 changed files with 1 additions and 3 deletions
|
|
@ -5,9 +5,7 @@
|
||||||
<!-- META -->
|
<!-- META -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="generator" content="Rhymix">
|
<meta name="generator" content="Rhymix">
|
||||||
<!--@if(Mobile::isFromMobilePhone() && $__mv = config('mobile.viewport') ?? HTMLDisplayHandler::DEFAULT_VIEWPORT)-->
|
<meta name="viewport" content="{config('mobile.viewport') ?? HTMLDisplayHandler::DEFAULT_VIEWPORT}" />
|
||||||
<meta name="viewport" content="{$__mv}" />
|
|
||||||
<!--@endif-->
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<block loop="Context::getMetaTag() => $no, $val">
|
<block loop="Context::getMetaTag() => $no, $val">
|
||||||
<meta http-equiv="{$val['name']}"|cond="$val['is_http_equiv']" name="{$val['name']}"|cond="!$val['is_http_equiv']" content="{$val['content']}" />
|
<meta http-equiv="{$val['name']}"|cond="$val['is_http_equiv']" name="{$val['name']}"|cond="!$val['is_http_equiv']" content="{$val['content']}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue