mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
删除 Chrome Frame 的支持
Google Chrome Frame已于2014年2月25日正式停止维护与更新 https://zh.wikipedia.org/wiki/Google_Chrome_Frame
This commit is contained in:
parent
3d4b7babb4
commit
6ef4219b2a
@ -3,7 +3,7 @@
|
||||
<html class="no-js">
|
||||
<head>
|
||||
<meta charset="<?php $this->options->charset(); ?>">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title><?php $this->archiveTitle(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user