mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
ffe9cda5e0
37 changed files with 2047 additions and 1931 deletions
|
|
@ -5,7 +5,9 @@
|
|||
<!-- META -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="Rhymix">
|
||||
<meta name="viewport" content="{config('mobile.viewport') ?: 'width=device-width, initial-scale=1.0, user-scalable=yes'}" cond="$m" />
|
||||
<!--@if(Mobile::isFromMobilePhone() && $__mv = config('mobile.viewport') ?? HTMLDisplayHandler::DEFAULT_VIEWPORT)-->
|
||||
<meta name="viewport" content="{$__mv}" />
|
||||
<!--@endif-->
|
||||
<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