From 78fe81887718b6af3ba799b10bd512d8659f1bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 17 Feb 2026 19:43:27 +0100 Subject: [PATCH] fix(post): Wrap content in #post helper and re-add prose classes --- post.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/post.hbs b/post.hbs index 5675b70..796241b 100644 --- a/post.hbs +++ b/post.hbs @@ -1,5 +1,6 @@ {{!< default}} +{{#post}}

{{title fallback="No Title Provided"}}

@@ -29,7 +30,7 @@ {{/if}} -
+
{{content fallback="

No content provided for this post.

"}}
@@ -39,3 +40,4 @@
+{{/post}}