forked from brooksbingham/theme-elegance
refactor: add spacer in the breadcrumb
parent
93f15c1620
commit
8a849a7941
|
@ -31,9 +31,9 @@
|
||||||
<a itemprop="item" href="{$path.url}">
|
<a itemprop="item" href="{$path.url}">
|
||||||
<span itemprop="name">{$path.title}</span>
|
<span itemprop="name">{$path.title}</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="mx-4">
|
{if !$smarty.foreach.breadcrumb.last}
|
||||||
/
|
<span class="mx-4">/</span>
|
||||||
</span>
|
{/if}
|
||||||
<meta itemprop="position" content="{$smarty.foreach.breadcrumb.iteration}">
|
<meta itemprop="position" content="{$smarty.foreach.breadcrumb.iteration}">
|
||||||
</li>
|
</li>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
Loading…
Reference in New Issue