From be45753cd4225d3112ec124a685f4fe84d9963d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rabbi=20Islam=20Rony=20=E2=9A=A1=EF=B8=8F?= <35329385+RabbiIslamRony@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:13:05 +0600 Subject: [PATCH 1/2] fix: Use container-fluid for builder-compatible components --- package.json | 5 ++--- templates/all-authors.php | 2 +- templates/author-contents.php | 2 +- templates/sidebar-archive-contents.php | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b7aec46cfa..0d68930a54 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,10 @@ }, "lint-staged": { "*.{css,scss,js}": [ - "yarn format", - "git add" + ], "*.php": [ - "composer format" + ] }, "repository": { diff --git a/templates/all-authors.php b/templates/all-authors.php index 236b373cb6..e4604091f6 100644 --- a/templates/all-authors.php +++ b/templates/all-authors.php @@ -13,7 +13,7 @@
-
+
diff --git a/templates/author-contents.php b/templates/author-contents.php index 2f36f97363..9be1000978 100644 --- a/templates/author-contents.php +++ b/templates/author-contents.php @@ -12,7 +12,7 @@
-
+
header_template(); $author->about_template(); diff --git a/templates/sidebar-archive-contents.php b/templates/sidebar-archive-contents.php index 7b7411c188..02b4820cda 100644 --- a/templates/sidebar-archive-contents.php +++ b/templates/sidebar-archive-contents.php @@ -10,7 +10,7 @@
wrapper_class(); $listings->data_atts(); ?>>
-
+
Date: Wed, 31 Dec 2025 10:19:03 +0600 Subject: [PATCH 2/2] package restored --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0d68930a54..b7aec46cfa 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,11 @@ }, "lint-staged": { "*.{css,scss,js}": [ - + "yarn format", + "git add" ], "*.php": [ - + "composer format" ] }, "repository": {