Skip to content

Commit

Permalink
Update breadcrumbs.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
yariplus committed Sep 8, 2017
1 parent 43b92ac commit a98e856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/partials/breadcrumbs.tpl
@@ -1,5 +1,5 @@
<!-- IF breadcrumbs.length -->
<ol class="breadcrumb">
<ol class="breadcrumb" style="display: none;">
<!-- BEGIN breadcrumbs -->
<li<!-- IF @last --> component="breadcrumb/current"<!-- ENDIF @last --> itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb" <!-- IF @last -->class="active"<!-- ENDIF @last -->>
<!-- IF !@last --><a href="{breadcrumbs.url}" itemprop="url"><!-- ENDIF !@last -->
Expand All @@ -14,4 +14,4 @@
</li>
<!-- END breadcrumbs -->
</ol>
<!-- ENDIF breadcrumbs.length -->
<!-- ENDIF breadcrumbs.length -->

0 comments on commit a98e856

Please sign in to comment.