From 2d4767530dc7ecb85ba911fc2df683916bf9cf71 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Thu, 25 Dec 2025 05:06:44 +0000 Subject: [PATCH] 2 --- .../src/templates/ContentViewTemplate.tsx | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/frontend/src/templates/ContentViewTemplate.tsx b/frontend/src/templates/ContentViewTemplate.tsx index 7d62d6ed..35126e74 100644 --- a/frontend/src/templates/ContentViewTemplate.tsx +++ b/frontend/src/templates/ContentViewTemplate.tsx @@ -816,7 +816,7 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten )} {/* Main Content Card */} -
+
{/* Header Section */}
@@ -1111,7 +1111,7 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten {/* Featured Image */} {shouldShowFeaturedBlock && ( -
+
)} @@ -1125,15 +1125,13 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten )} {/* Article Body */} -
- -
+ {/* Metadata JSON (Collapsible) */} {content.metadata && Object.keys(content.metadata).length > 0 && (