From 4a63a7b95bc8a8296fd199a3575a0ffae5aaa306 Mon Sep 17 00:00:00 2001 From: Alireza Alavi Date: Thu, 22 Feb 2024 11:13:55 +0000 Subject: [PATCH] Add Description to single taxonomy list Having a description for each post just like `blog_list.html` adds more uniformity and is very helpful --- templates/taxonomy_single.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index 9c9ff9f..60ded31 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -14,6 +14,9 @@ {{ page.title }} + {%- if page.description %} +

{{ page.description }}

+ {%- endif %}