diff options
author | uvok cheetah | 2025-01-05 15:00:02 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-05 15:00:02 +0100 |
commit | 5a17d056c570f71b52b4c99d1e713170e29896cd (patch) | |
tree | 611f5d49440dd33e2296c32f2832e543eb6fc5ec /_layouts/postlist.html | |
parent | d620d5fafc7029d9b769bd6211d7c56b478c9fa1 (diff) |
Show post description
Diffstat (limited to '_layouts/postlist.html')
-rw-r--r-- | _layouts/postlist.html | 3 |
1 files changed, 3 insertions, 0 deletions
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> |