Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 626 Bytes

index.markdown

File metadata and controls

20 lines (20 loc) · 626 Bytes
layout title order categories
page
Articles
80
opendds

{% assign sorted_pages = site.pages | sort:"order" %} {% assign thisdir = page.url | split: '/' %} {% assign dir = thisdir[2] %} {% for p in sorted_pages %} {% assign splt = p.url | split: dir %} {% if splt.size == 2 and splt[1] != '/' %} {% assign slash = splt[1] | split: '/' %} {% if slash.size == 2 or slash[2] == '' %}

  • {{p.title}} {% else %}
    • {{p.title}} {% endif %} {% endif %} {% endfor %}