You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
912 B
Smarty
19 lines
912 B
Smarty
<!-- IF breadcrumbs.length -->
|
|
<ol class="breadcrumb" itemscope="itemscope" itemprop="breadcrumb" itemtype="http://schema.org/BreadcrumbList">
|
|
{{{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 -->>
|
|
<meta itemprop="position" content="{@index}" />
|
|
{{{ if ./url }}}<a href="{breadcrumbs.url}" itemprop="item">{{{ end }}}
|
|
<span itemprop="name">
|
|
{breadcrumbs.text}
|
|
<!-- IF @last -->
|
|
<!-- IF !feeds:disableRSS -->
|
|
<!-- IF rssFeedUrl --><a target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS -->
|
|
<!-- ENDIF @last -->
|
|
</span>
|
|
{{{ if ./url }}}</a>{{{ end }}}
|
|
</li>
|
|
{{{end}}}
|
|
</ol>
|
|
<!-- ENDIF breadcrumbs.length -->
|