From de616e3ef36afad2f22b4c465e84e50b2dbf2f98 Mon Sep 17 00:00:00 2001 From: Daniel Brinkley Date: Tue, 20 Jan 2026 05:21:02 -0500 Subject: [PATCH 1/2] Add OSS and RubyGems sponsor sections to Open Source page --- custom-modern-open-source.hbs | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/custom-modern-open-source.hbs b/custom-modern-open-source.hbs index 5c51d59..a684a64 100644 --- a/custom-modern-open-source.hbs +++ b/custom-modern-open-source.hbs @@ -91,6 +91,35 @@ {{/foreach}} {{/get}} +
+
+

Our Open Source Sponsors

+
+ {{#get "pages" order="featured desc, title asc" filter="tags:hash-oss-sponsors" limit="all"}} + {{#foreach pages}} + {{#if feature_image}} + {{title}} + {{/if}} + {{/foreach}} + {{/get}} +
+
+
+ +
+
+

RubyGems Supporters Plus

+
+ {{#get "pages" order="featured desc, title asc" filter="tags:hash-rubygems-sponsors" limit="all"}} + {{#foreach pages}} + {{#if feature_image}} + {{title}} + {{/if}} + {{/foreach}} + {{/get}} +
+
+
{{/post}} {{#contentFor 'scripts'}} From 8b406eb94f7e600293fa107d80186da54fe0c8d8 Mon Sep 17 00:00:00 2001 From: Daniel Brinkley Date: Wed, 21 Jan 2026 15:39:11 -0500 Subject: [PATCH 2/2] Fix container indentation for sponsor sections --- custom-modern-open-source.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/custom-modern-open-source.hbs b/custom-modern-open-source.hbs index a684a64..1a1f6ea 100644 --- a/custom-modern-open-source.hbs +++ b/custom-modern-open-source.hbs @@ -120,7 +120,6 @@ - {{/post}} {{#contentFor 'scripts'}}