refactor: add spacer in the breadcrumb

pagebuilder
Dinesh Salunke 2023-11-06 14:36:54 +05:30
parent 93f15c1620
commit 8a849a7941
1 changed files with 3 additions and 3 deletions

View File

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