From caf99ae22c885e97f993a3a148e51c609794f098 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 9 Mar 2026 09:53:28 -0400 Subject: Rework member website structure - Use data sites yaml for listing all members, remove site_listings files - Update submission page to reflect updates - Include required gems in Gemfile - Include build file for auto formatting sites.yml --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index ce74276..af78911 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,7 @@ summary: Listing all web pages under 1MB in total size
- {% assign famers = site.site_listings %} - {% assign websites = site.site_listings | sort: 'size' %} + {% assign websites = site.data.sites | sort: 'size' %}

Official Members

HTTP badge

  Items marked with this clickable badge support out-of-date browsers via HTTP (Why?)

@@ -27,11 +26,11 @@ summary: Listing all web pages under 1MB in total size {% if item.http == true %} - + HTTP badge   {% endif %} - {{ item.pageurl }} + {{ item.domain }} {{ item.size }} @@ -42,9 +41,9 @@ summary: Listing all web pages under 1MB in total size

🏆 Hall of Fame 🏆

Supporters of a leaner web!

- {% for item in famers %} + {% for item in websites %} {% if item.hof == true %} - {{ item.pageurl }} + {{ item.domain }} {% endif %} {% endfor %}

-- cgit v1.3.1