debug
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
<!-- 社交媒体标签 -->
|
||||
<meta property="og:title" content='{site:replace code="NOVEL@GETNOVELRANK@TITLE"}' />
|
||||
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}' />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}/paihang/all" />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strRankUrlTemp}" />
|
||||
<meta property="og:type" content="book" />
|
||||
<!-- 结构化数据 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://{$DomainModel->d_domain}/paihang/all",
|
||||
"@context": "https://{$DomainModel->d_domain}{$strRankUrlTemp}",
|
||||
"@type": "book",
|
||||
"headline": '{site:replace code="NOVEL@GETNOVELRANK@TITLE"}',
|
||||
"description": '{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}',
|
||||
@@ -58,7 +58,7 @@
|
||||
{novel:status d_key="key" d_val="val"}
|
||||
<a href='{site:rankurl order="$Request.route.strOrder" status="$key" page="1"/}'
|
||||
id="pai_hang_{$key}" class="tabs-item">{$val}</a>
|
||||
{/novel:status}
|
||||
{/novel:status}
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user