This commit is contained in:
make
2025-04-11 23:56:23 +08:00
parent 9350a2afff
commit bc92b44086
37 changed files with 246 additions and 216 deletions

View File

@@ -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}