🐞 fix: Add missing class variable

This commit is contained in:
Keith Solomon
2025-09-26 09:34:06 -05:00
parent 7402826f3d
commit f5a4697c27

View File

@@ -10,6 +10,8 @@ namespace BasicWP;
get_header();
$clsEntry = '';
// Determine classes based on sidebar presence
if ( hasSidebar() ) {
$classes = 'container grid grid-cols-1 lg:grid-cols-4 gap-8 xl:gap-16 my-section mx-auto';