From 45eeb5222d2a4749a29bc889bf046a30a42314db Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Fri, 19 Jun 2026 21:54:43 +0000 Subject: [PATCH] fix: align blog post content with hero --- templates/blog/post_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blog/post_detail.html b/templates/blog/post_detail.html index e59359c..4555303 100644 --- a/templates/blog/post_detail.html +++ b/templates/blog/post_detail.html @@ -29,8 +29,8 @@

{{ object.title }}

{# djlint:on #}
-
-
+
+
{{ object.content | markdown | safe }}