From ed113d077029017775cf32e6dddd39a2ae9ad694 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 1 Apr 2026 08:29:52 -0400 Subject: Fix missing HOF members on blog article pages --- _layouts/post.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 62a2ebc..a9b52aa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,14 +8,13 @@ layout: default

Special Thanks

-

I'm extremely grateful for the support from the "Hall of Fame" supporters:
- {% assign websites = site.site_listings %} - {% for item in websites %} - {% if item.hof == true %} - {{ item.pageurl }} - {% endif %} - {% endfor %} -

+

I'm extremely grateful for the support from the "Hall of Fame" supporters:

+ {% assign websites = site.data.sites %} + {% for item in websites %} + {% if item.hof == true %} + {{ item.domain }}, + {% endif %} + {% endfor %}

If you too would like to support this project and help fund more articles like this one:
Become a supporter today →

-- cgit v1.3.1