Sha256: 0cfd5546cdb37998ea7e21905cc30cbc447194c61d41ee61cf06734a2944fc07
Contents?: true
Size: 706 Bytes
Versions: 2
Compression:
Stored size: 706 Bytes
Contents
{% comment %} Display the menu from the configuration file (site or data) if it exists Overwise, display the default menu based on the page hierarchy {% endcomment %} {%- if site.data.menu -%} {% comment %} Ignore {% endcomment %} {%- else -%} {%- assign paths = site.pages | map: "path" | sort -%} {%- for path in paths %} {%- assign item = site.pages | where: "path", path | first -%} {%- if item.title and item.layout == "page" -%} {%- assign levels = item.url | split: '/' -%} {{ path }} - {{levels.size}} {%- for level in levels -%} {%- endfor -%} {%- endif -%} {%- endfor -%} {%- endif -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-lydde-0.1.3 | _includes/todo/hierachy.liquid |
jekyll-theme-lydde-0.1.2 | _includes/todo/hierachy.liquid |