From c01128447ef226ff1d31e942986b4eb315051f1d Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Fri, 2 Dec 2022 17:22:20 +0100
Subject: [PATCH] remove image and legacy body

---
 layouts/posts/single.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 881a4d96..2dd79d4e 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -13,8 +13,6 @@
       <div class="container">
         <div class="block-content">
           {{ partial "posts/chapo.html" .Params.description_short }}
-          {{ partial "posts/image.html" .Params.image }}
-          {{ partial "posts/body.html" . }}
         </div>
       </div>
     </div>
-- 
GitLab