debug
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
{block name="logo-html"}
|
||||
<h2>
|
||||
<a href="/pc/">
|
||||
<a href="{$strPcPath}/">
|
||||
{$DomainModel->d_name}-{$DomainModel->d_text_logo}
|
||||
</a>
|
||||
</h2>
|
||||
@@ -46,18 +46,18 @@
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/pc/" itemprop="item">
|
||||
<a href="{$strPcPath}/" itemprop="item">
|
||||
<span itemprop="name">首页</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="1" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
{eq name="strPageCode" value="boys"}
|
||||
<a href="/pc/nansheng-xiaoshuo" itemprop="item">
|
||||
<a href="{$strPcPath}/nansheng-xiaoshuo" itemprop="item">
|
||||
<span itemprop="name">男生</span>
|
||||
</a>
|
||||
{else}
|
||||
<a href="/pc/nvsheng-xiaoshuo" itemprop="item">
|
||||
<a href="{$strPcPath}/nvsheng-xiaoshuo" itemprop="item">
|
||||
<span itemprop="name">女生</span>
|
||||
</a>
|
||||
{/eq}
|
||||
|
||||
Reference in New Issue
Block a user