From 12b13f1e0be88fb4772da5c30d10fb7a692b5a6f Mon Sep 17 00:00:00 2001 From: DPN MW Date: Sun, 8 Mar 2026 11:49:42 -0400 Subject: [PATCH] Update page_builder.rb --- lib/community_landing/page_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/community_landing/page_builder.rb b/lib/community_landing/page_builder.rb index cdd8c0f..7b01226 100644 --- a/lib/community_landing/page_builder.rb +++ b/lib/community_landing/page_builder.rb @@ -77,7 +77,7 @@ module CommunityLanding html << "\n" html << "\n" html << "\n" - if @s.fontawesome_enabled rescue false + if (@s.fontawesome_enabled rescue false) html << "\n" end html << "\n"