From 8720c0d50804584093577de2e52204b7c5f81e9d Mon Sep 17 00:00:00 2001 From: Mateusz Mojsiejuk Date: Thu, 7 Mar 2024 00:22:24 +0100 Subject: [PATCH] remove sort to debug --- site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.md b/site/index.md index b85bdbc..c25070c 100644 --- a/site/index.md +++ b/site/index.md @@ -2,7 +2,7 @@ layout: default --- -{% assign all = site.companies | sort: "name" %} +{% assign all = site.companies %} {% assign companies = "" | split: ',' %} {% for company in all %} {% assign companies = companies | push: company %}