|
|
@ -2,6 +2,7 @@
|
|
|
|
<ol class="breadcrumb" itemscope="itemscope" itemprop="breadcrumb" itemtype="http://schema.org/BreadcrumbList">
|
|
|
|
<ol class="breadcrumb" itemscope="itemscope" itemprop="breadcrumb" itemtype="http://schema.org/BreadcrumbList">
|
|
|
|
{{{each breadcrumbs}}}
|
|
|
|
{{{each breadcrumbs}}}
|
|
|
|
<li<!-- IF @last --> component="breadcrumb/current"<!-- ENDIF @last --> itemscope="itemscope" itemprop="itemListElement" itemtype="http://schema.org/ListItem" <!-- IF @last -->class="active"<!-- ENDIF @last -->>
|
|
|
|
<li<!-- IF @last --> component="breadcrumb/current"<!-- ENDIF @last --> itemscope="itemscope" itemprop="itemListElement" itemtype="http://schema.org/ListItem" <!-- IF @last -->class="active"<!-- ENDIF @last -->>
|
|
|
|
|
|
|
|
<meta itemprop="position" content="@index" />
|
|
|
|
<!-- IF !@last --><a href="{breadcrumbs.url}" itemprop="item"><!-- ENDIF !@last -->
|
|
|
|
<!-- IF !@last --><a href="{breadcrumbs.url}" itemprop="item"><!-- ENDIF !@last -->
|
|
|
|
<span itemprop="name">
|
|
|
|
<span itemprop="name">
|
|
|
|
{breadcrumbs.text}
|
|
|
|
{breadcrumbs.text}
|
|
|
|