PC 端 页面 head
This commit is contained in:
@@ -2,20 +2,23 @@
|
||||
{block name="title"}{$strTitle??''}{/block}
|
||||
{block name="keywords"}{$strKeywords??''}{/block}
|
||||
{block name="description"}{$strDescription??''}{/block}
|
||||
{block name="head-css"}
|
||||
<link rel="canonical" href="https://{$DomainModel->d_domain}/">
|
||||
{/block}
|
||||
{block name="head"}
|
||||
<!-- 社交媒体标签 -->
|
||||
<meta property="og:title" content="{$strTitle??''}" />
|
||||
<meta property="og:description" content="{$strDescription??''}" />
|
||||
<meta property="og:url" content="{Request->DomainModel->d_domain}" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<!-- 结构化数据 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "NewsArticle",
|
||||
"@context": "https://{$DomainModel->d_domain}",
|
||||
"@type": "Article",
|
||||
"headline": "{$strTitle??''}",
|
||||
"description": "{$strDescription??''}",
|
||||
"datePublished": "2025-04-05"
|
||||
"datePublished": "{:date('Y-m-d')}"
|
||||
}
|
||||
</script>
|
||||
{/block}
|
||||
@@ -23,6 +26,7 @@
|
||||
<link rel="canonical" href="/" />
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="content">
|
||||
<div class="f1 area2 pdcon">
|
||||
<div class="f1_L">
|
||||
@@ -114,12 +118,9 @@
|
||||
<div class="com_R">
|
||||
<h2>
|
||||
<s></s>排行榜
|
||||
<span class="btn_toggle_mod_bang"
|
||||
style="width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 40px; cursor: pointer; font-size: 13px; color: #fff; background: #c4c4c4;">周</span><span
|
||||
class="btn_toggle_mod_bang"
|
||||
style="width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 5px; cursor: pointer; font-size: 13px;">月</span><span
|
||||
class="btn_toggle_mod_bang"
|
||||
style="width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 5px; cursor: pointer; font-size: 13px;">总</span>
|
||||
<span class="btn_toggle_mod_bang" style="color: #fff; background: #c4c4c4;">周</span>
|
||||
<span class="btn_toggle_mod_bang">月</span>
|
||||
<span class="btn_toggle_mod_bang">总</span>
|
||||
</h2>
|
||||
<div class="list_wrap">
|
||||
<ol class="list" mod="rank_data_list">
|
||||
@@ -192,12 +193,9 @@
|
||||
<div class="com_R">
|
||||
<h2>
|
||||
<s></s>排行榜
|
||||
<span class="btn_toggle_mod_bang"
|
||||
style="width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 40px; cursor: pointer; font-size: 13px; color: #fff; background: #c4c4c4;">周</span><span
|
||||
class="btn_toggle_mod_bang"
|
||||
style="width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 5px; cursor: pointer; font-size: 13px;">月</span><span
|
||||
class="btn_toggle_mod_bang"
|
||||
style="width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 5px; cursor: pointer; font-size: 13px;">总</span>
|
||||
<span class="btn_toggle_mod_bang" style="color: #fff; background: #c4c4c4;">周</span>
|
||||
<span class="btn_toggle_mod_bang">月</span>
|
||||
<span class="btn_toggle_mod_bang">总</span>
|
||||
</h2>
|
||||
<div class="list_wrap">
|
||||
<ol class="list" mod="rank_data_list">
|
||||
|
||||
Reference in New Issue
Block a user