PC 端 页面 head
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<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" />
|
||||
|
||||
@@ -74,6 +74,10 @@
|
||||
|
||||
{block name="customize"}{/block}
|
||||
|
||||
<script>
|
||||
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
|
||||
</script>
|
||||
|
||||
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
|
||||
<script src="/public/layer/layer.js"></script>
|
||||
<script src="/public/lazyload/jquery.lazyload.min.js"></script>
|
||||
@@ -85,8 +89,11 @@
|
||||
<!-- 全局统计 -->
|
||||
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
||||
|
||||
<!-- TODO 站点统计 这个无法渲染 -->
|
||||
{Request->DomainModel->d_statis}
|
||||
<!-- TODO 站点统计 这个无法渲染 Request START-->
|
||||
<!-- {Request->DomainModel->d_statis} -->
|
||||
<!-- 现在是使用这个 -->
|
||||
{$DomainModel->d_statis|raw}
|
||||
<!-- TODO END -->
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user