小说第一模板 url 设计
This commit is contained in:
@@ -6,7 +6,35 @@
|
||||
|
||||
{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="/" 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">
|
||||
<a href="/xiaoshuo" itemprop="item">
|
||||
<span itemprop="name">小说</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/xiaoshuo/doupo-123/mulu/1" itemprop="item">
|
||||
<span itemprop="name">斗破苍穹</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="3" />
|
||||
</li>
|
||||
<li class="breadcrumb-item active" aria-current="page" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<span itemprop="name">第45章</span>
|
||||
<meta itemprop="position" content="4" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div class="con_box">
|
||||
|
||||
<div class="top">
|
||||
<h3><a href="/pc/novel/334.html" target="_blank">落魄千金美食发家日常</a></h3>
|
||||
<p>作者:鱼昆子</p>
|
||||
@@ -16,7 +44,7 @@
|
||||
<div class="fL_con">
|
||||
<ul>
|
||||
{foreach $arrNovelChapterAll as $category}
|
||||
<li><a href="/pc/chapter/1-1-1.html" target="_blank">1 穿越</a></li>
|
||||
<li><a href="/pc/xiaoshuo/name-1/zhang-1" target="_blank">1 穿越</a></li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user