本次更新
1.domain 增加了几个字段,已经 backup, 2.视图模板,替换模板分组,替换模板 数据增加了seed 播种 3. 标记了TODO
This commit is contained in:
@@ -3,16 +3,23 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="Cache-Control" content="no-transform" />
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
||||
<title>狂雨小说</title>
|
||||
<meta name="keywords" content="狂雨小说" />
|
||||
<meta name="description" content="狂雨小说" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta http-equiv="Cache-Control" content="no-transform, max-age=3600" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
|
||||
<link rel="stylesheet" href="/template/kuangyu/home/new_wap/css/style.css" />
|
||||
<title>{block name="title"}{/block}</title>
|
||||
<meta name="description" 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="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">
|
||||
<link rel="preload" href="/template/kuangyu/public/css/common.css" as="style" onload="this.rel='stylesheet'" />
|
||||
<link rel="stylesheet" href="/template/kuangyu/public/css/common.css" type="text/css">
|
||||
<link rel="stylesheet" type="text/css" href="/template/kuangyu/public/css/mulu.css">
|
||||
<link rel="preload" href="/template/kuangyu/public/css/mulu.css" as="style" onload="this.rel='stylesheet'" />
|
||||
<link rel="stylesheet" href="/template/kuangyu/public/css/mulu.css" type="text/css">
|
||||
<link rel="stylesheet" href="/public/layer/need/layer.css" />
|
||||
|
||||
{block name="head"}{/block}
|
||||
{block name="head-css"}{/block}
|
||||
{block name="head-js"}{/block}
|
||||
</head>
|
||||
@@ -98,6 +105,12 @@
|
||||
<script src="/template/kuangyu/public/js/common.js"></script>
|
||||
|
||||
{block name="footer-js"}{/block}
|
||||
|
||||
<!-- 全局统计 -->
|
||||
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
||||
|
||||
<!-- TODO 站点统计 这个无法渲染 -->
|
||||
{Request->DomainModel->d_statis}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user