What are some good ways to implement breadcrumbs on a Jekyll site?

后端 未结 12 2556
南方客
南方客 2020-12-14 04:47

I\'m aware that there are single-level breadcrumbs in http://raphinou.github.com/jekyll-base/ but I\'m looking for some good ways to have breadcrumbs on a Jekyll sit

12条回答
  •  天涯浪人
    2020-12-14 05:22

    I made the following breadcrumbs with liquid templates, its as elegant as I could manage :) It uses jQuery to set the active class on the li last li item.

                
                                
    

提交回复
热议问题