diff --git a/_layouts/companies.html b/_layouts/companies.html index c34adac7..8d8d936d 100644 --- a/_layouts/companies.html +++ b/_layouts/companies.html @@ -7,7 +7,8 @@ layout: single {%assign headers = "Company,Product,Meta,Ecosystem,Explainer,Standards,Policy,HowTo,Recap,Resources" | split: "," %} {% for item in headers %} {%assign mark=''%} - {% for row in site.data.content %} + {% assign content = site.data.content | sort: 'date' | reverse %} + {%for row in content %} {% if row.section == item and row.main == page.name and mark != 1 %}{%assign mark = 1%}
From other pages on this site. (Beta)