Skip to content

Commit

Permalink
FIX Breadcrumbs need to loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Nyeholt committed Jun 1, 2015
1 parent 723c25c commit 125c6be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/Includes/Breadcrumbs.ss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<% if $Level(2) %>
<div class="row">
<div class="large-12 columns">
$Breadcrumbs
<% loop $Breadcrumbs %>
<span>$Title</span>
<% end_loop %>
</div>
</div>
<% end_if %>

0 comments on commit 125c6be

Please sign in to comment.