h5 head 检查

This commit is contained in:
make
2025-04-06 18:10:04 +08:00
parent 7b1dc9533c
commit 3a2cdb8bf4
36 changed files with 548 additions and 294 deletions

View File

@@ -1,15 +1,18 @@
<!DOCTYPE html>
<html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-transform, max-age=3600" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<meta name="applicable-device" content="mobile" />
<title>{block name="title"}{/block}</title>
<meta name="description" content='{block name="keywords"}{/block}'>
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/template/kuangyu/public/img/apple-touch-icon.png" />
<link rel="preload" href="/template/kuangyu/home/new_wap/css/style.css" as="style" onload="this.rel='stylesheet'" />
<link rel="stylesheet" href="/template/kuangyu/home/new_wap/css/style.css" type="text/css">
@@ -49,8 +52,7 @@
</div>
<div class="search-bar">大家都在看</div>
<div class="search-tags">
<!-- <a href="/novel/334.html">落魄千金美食发家日常</a>
<a href="/novel/332.html">我真是一条龙</a> -->
<!-- <a href="/novel/332.html">我真是一条龙</a> -->
</div>
</div>
</div>
@@ -113,9 +115,8 @@
<!-- 全局统计 -->
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- TODO 站点统计 这个无法渲染 -->
<!-- FIXED 打开TP模板文档找到变量原样输出 -->
{Request->DomainModel->d_statis}
<!-- 站点统计 -->
{$DomainModel->d_statis|raw}
</body>
</html>