mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +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 charset="utf-8">
|
||||
<meta name="generator" content="Rhymix">
|
||||
<!--@if(Mobile::isFromMobilePhone() && $__mv = config('mobile.viewport') ?? HTMLDisplayHandler::DEFAULT_VIEWPORT)-->
|
||||
<meta name="viewport" content="{$__mv}" />
|
||||
<!--@endif-->
|
||||
<meta name="viewport" content="{config('mobile.viewport') ?? HTMLDisplayHandler::DEFAULT_VIEWPORT}" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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']}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue