Sorted navigation menu with Jekyll and Liquid

后端 未结 10 2145
清酒与你
清酒与你 2020-12-07 11:57

I\'m constructing a static site (no blog) with Jekyll/Liquid. I want it to have an auto-generated navigation menu that lists all existing pages and highlight the current pag

10条回答
  •  温柔的废话
    2020-12-07 12:50

    The solution above by @kikito also worked for me. I just added a few lines to remove pages without weight from the navigation and to get rid of white space:

    
    

提交回复
热议问题