Update page_builder.rb

This commit is contained in:
2026-03-08 11:49:42 -04:00
parent 28a0b8ce15
commit 12b13f1e0b

View File

@@ -77,7 +77,7 @@ module CommunityLanding
html << "<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n"
html << "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n"
html << "<link href=\"https://fonts.googleapis.com/css2?#{font_params}&display=swap\" rel=\"stylesheet\">\n"
if @s.fontawesome_enabled rescue false
if (@s.fontawesome_enabled rescue false)
html << "<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\" crossorigin=\"anonymous\">\n"
end
html << "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n"