From 11acb6bab4411fc3cba022447f5f44c8a48e48f5 Mon Sep 17 00:00:00 2001 From: Brajeshwar Oinam Date: Tue, 3 Sep 2024 18:45:40 +0530 Subject: [PATCH] Fixed - Images not appearing in RSS Feed. --- _layouts/post.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 57054ba..b325177 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,17 +2,16 @@ layout: default --- -
- {{ page.title }} -
-

{{ page.title }}

- -
-
- -
+
+
+ {{ page.title }} +
+

{{ page.title }}

+ +
+
{{ content }}