From 3fdd8f420664924cd108a72276f048e0fc1ca4aa Mon Sep 17 00:00:00 2001 From: Brandonma21 Date: Mon, 13 Jul 2026 13:23:17 +0200 Subject: [PATCH 1/4] Fix breadcrumbs part filename typo, align template-part attributes, add missing post-content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename parts/breadbrumbs.html to parts/breadcrumbs.html (typo fix) - Align templates/page.html header/footer template-part blocks to the fuller {slug,theme,area} form used in front-page.html/index.html - Add missing wp:post-content block to templates/page.html and templates/single.html — both were rendering header/footer only, silently dropping all Page/Post content Refs LS-1227 --- parts/{breadbrumbs.html => breadcrumbs.html} | 0 templates/page.html | 10 +++++++--- templates/single.html | 10 +++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) rename parts/{breadbrumbs.html => breadcrumbs.html} (100%) diff --git a/parts/breadbrumbs.html b/parts/breadcrumbs.html similarity index 100% rename from parts/breadbrumbs.html rename to parts/breadcrumbs.html diff --git a/templates/page.html b/templates/page.html index 832f6e3..c38fc66 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,9 @@ - + + +
+ +
+ - - + diff --git a/templates/single.html b/templates/single.html index 832f6e3..c38fc66 100644 --- a/templates/single.html +++ b/templates/single.html @@ -1,5 +1,9 @@ - + + +
+ +
+ - - + From f5a51251989c9b31334c3e5adeba3938d6131e7a Mon Sep 17 00:00:00 2001 From: Brandonma21 Date: Mon, 13 Jul 2026 14:01:11 +0200 Subject: [PATCH 2/4] Add post-title block to main section in page and single templates --- templates/page.html | 1 + templates/single.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/page.html b/templates/page.html index c38fc66..b6b8662 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,6 +2,7 @@
+
diff --git a/templates/single.html b/templates/single.html index c38fc66..b6b8662 100644 --- a/templates/single.html +++ b/templates/single.html @@ -2,6 +2,7 @@
+
From 3d87ee05fbc8430a0e810b0ac4433e8d978a55c5 Mon Sep 17 00:00:00 2001 From: Brandon Marshall Date: Mon, 13 Jul 2026 14:50:06 +0200 Subject: [PATCH 3/4] Update templates/page.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Brandon Marshall --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index b6b8662..2142673 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,7 +2,7 @@
- +
From 73b860acb8639ff281a03492bf23a28243af90f4 Mon Sep 17 00:00:00 2001 From: Brandonma21 Date: Mon, 13 Jul 2026 14:54:52 +0200 Subject: [PATCH 4/4] Add level attribute to post-title block in single template --- templates/single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/single.html b/templates/single.html index b6b8662..ea65818 100644 --- a/templates/single.html +++ b/templates/single.html @@ -2,7 +2,8 @@
- + +