Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I found this option in my old code
ul.breadcrumb
each item, i in items
li.breadcrumb__item
if i < items.length - 1
a.breadcrumb__link(href="#") #{item}
else
span.breadcrumb__link.current #{item}
each item, index in items
if index == 0
li.blog-nav__item.active= item.title
else
li.blog-nav__item= item.title
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question