From 5a17d056c570f71b52b4c99d1e713170e29896cd Mon Sep 17 00:00:00 2001
From: uvok cheetah
Date: Sun, 5 Jan 2025 15:00:02 +0100
Subject: Show post description

---
 _layouts/postlist.html | 3 +++
 1 file changed, 3 insertions(+)

(limited to '_layouts')

diff --git a/_layouts/postlist.html b/_layouts/postlist.html
index 67a1d48..52d07df 100644
--- a/_layouts/postlist.html
+++ b/_layouts/postlist.html
@@ -39,6 +39,9 @@ layout: default
             {%- elsif site.show_excerpts -%}
               {{ post.excerpt }}
               {%- assign showsep = true -%}
+            {%- elsif post.description -%}
+              {{ post.description }}
+              {%- assign showsep = true -%}
             {%- endif -%}
         </div>
       </li>
-- 
cgit v1.2.3