From 357c52c99f5ad4c5763c7f25cddef1e79a17e757 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Sat, 13 Dec 2025 21:15:51 -0500 Subject: [PATCH] fix: Align article fields in frontend engine --- frontend/src/pages/[...slug].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/[...slug].astro b/frontend/src/pages/[...slug].astro index cf05c73..663082d 100644 --- a/frontend/src/pages/[...slug].astro +++ b/frontend/src/pages/[...slug].astro @@ -56,8 +56,8 @@ if (page && (!blocks || blocks.length === 0) && page.content) { > {isGenerated ? (
-

{activeEntity.headline}

-
+

{activeEntity.title}

+
) : (