N
N
narkesss2018-07-19 14:50:45
Pug
narkesss, 2018-07-19 14:50:45

Breadcrumbs jade?

How to implement such breadcrumbs in jade
Via mixin
I don't understand.
5b507ad9194dd036533148.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mrSand, 2018-08-01
@mrSand

perhaps so -
links and descriptions in the links object
html tags for bootstrap

mixin bc(links)
  - var len=links.length
  ol.breadcrumb
    - var i=0
    while i < len    
      li
        a(href=link[i].path)=link[i].title
        - i++    
    li.active=link[i].title

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question