小说第一模板,url修改
This commit is contained in:
@@ -16,8 +16,33 @@
|
||||
|
||||
{block name="main"}
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<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">
|
||||
<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">
|
||||
<span itemprop="name">男生</span>
|
||||
</a>
|
||||
{else}
|
||||
<a href="/pc/nvsheng-xiaoshuo" itemprop="item">
|
||||
<span itemprop="name">女生</span>
|
||||
</a>
|
||||
{/eq}
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<!--热门推荐 开始-->
|
||||
<div class="f2 area">
|
||||
<div class="area_head">
|
||||
|
||||
Reference in New Issue
Block a user