Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1.85 KB

_directory-old.md

File metadata and controls

54 lines (49 loc) · 1.85 KB
layout
default

Support Directory

Troubleshooting and self-help resources.

{%- assign categories = site.directory_categories | sort_natural -%} {%- for category in categories -%}

{{category}}

{%- for page in site.pages -%} {%- if page.dir contains "/t/" and page.category == category -%} {%- endif -%} {%- endfor -%} {%- endfor -%}

Uncategorized

{%- assign omit_pages = "t/13.md, t/14.md" | split: ", " -%} {%- for page in site.pages -%} {%- if page.dir contains "/t/" -%} {%- if page.category == null -%} {%- unless omit_pages contains page.path -%} {%- endunless -%} {%- endif -%} {%- endif -%} {%- endfor -%}