forked from brooksbingham/theme-elegance
refactor: add sytling for the breadcrumb
parent
2e5f75e069
commit
1b9ce94ab5
|
@ -22,8 +22,8 @@
|
||||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||||
* International Registered Trademark & Property of PrestaShop SA
|
* International Registered Trademark & Property of PrestaShop SA
|
||||||
*}
|
*}
|
||||||
<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden md:flex my-4">
|
<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden md:flex my-4 w-full">
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="hidden md:flex w-full gap-4">
|
||||||
{block name='breadcrumb'}
|
{block name='breadcrumb'}
|
||||||
{foreach from=$breadcrumb.links item=path name=breadcrumb}
|
{foreach from=$breadcrumb.links item=path name=breadcrumb}
|
||||||
{block name='breadcrumb_item'}
|
{block name='breadcrumb_item'}
|
||||||
|
|
Loading…
Reference in New Issue