summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2025-01-05 15:00:02 +0100
committeruvok cheetah2025-01-05 15:00:02 +0100
commit5a17d056c570f71b52b4c99d1e713170e29896cd (patch)
tree611f5d49440dd33e2296c32f2832e543eb6fc5ec
parentd620d5fafc7029d9b769bd6211d7c56b478c9fa1 (diff)
Show post description
-rw-r--r--_layouts/postlist.html3
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>