File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- layout: default
2+ layout: redirect
3+ redirect: /
34---
4-
5- {%- include wiki/header.html -%}
6-
7- < div class ="pb-2 ">
8- {%- include platformcards.html -%}
9-
10- {% assign wikifiles = site.collections | where: "label", "wiki" | first %}
11- {% assign folders = site.wiki |
12- where_exp: "item", "item.hide_from_auto_list == false" |
13- group_by_exp: "item", "item.path | split: '/' | slice: 1" |
14- reverse %}
15-
16- {%- for folder in folders -%}
17- {% assign folderTitle = site.data.wiki.title-remaps |
18- where: "OldTitle", folder.name[0] |
19- map: "NewTitle" | first |
20- default: folder.name[0] %}
21-
22- < h3 id ="{{ folderTitle | slugify }} "> {{ folderTitle }}</ h3 >
23- < ul >
24- {% assign sortedItems = folder.items | sort: "title" %}
25- {%- for file in sortedItems -%}
26- < li >
27- < a class ="link-light " href ="{{ file.url }} "> {{ file.title }}</ a >
28- </ li >
29- {%- endfor -%}
30- </ ul >
31- {%- endfor -%}
32-
33- {{ content }}
34- </ div >
You can’t perform that action at this time.
0 commit comments