|
|
@ -3,7 +3,7 @@
|
|
|
|
{{{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}" />
|
|
|
|
<meta itemprop="position" content="{@index}" />
|
|
|
|
<!-- IF !@last --><a href="{breadcrumbs.url}" itemprop="item"><!-- ENDIF !@last -->
|
|
|
|
{{{ if ./url }}}<a href="{breadcrumbs.url}" itemprop="item">{{{ end }}}
|
|
|
|
<span itemprop="name">
|
|
|
|
<span itemprop="name">
|
|
|
|
{breadcrumbs.text}
|
|
|
|
{breadcrumbs.text}
|
|
|
|
<!-- IF @last -->
|
|
|
|
<!-- IF @last -->
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
<!-- IF rssFeedUrl --><a target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !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 -->
|
|
|
|
<!-- ENDIF @last -->
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<!-- IF !@last --></a><!-- ENDIF !@last -->
|
|
|
|
{{{ if ./url }}}</a>{{{ end }}}
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
{{{end}}}
|
|
|
|
{{{end}}}
|
|
|
|
</ol>
|
|
|
|
</ol>
|
|
|
|