Add Description to single taxonomy list

Having a description for each post just like `blog_list.html` adds more uniformity and is very helpful
This commit is contained in:
Alireza Alavi
2024-02-22 11:13:55 +00:00
parent ffb166bb34
commit 4a63a7b95b

View File

@ -14,6 +14,9 @@
{{ page.title }} {{ page.title }}
</a> </a>
</h3> </h3>
{%- if page.description %}
<p>{{ page.description }}</p>
{%- endif %}
<small> <small>
<time datetime='{{ page.date | date(format='%+') }}' pubdate> <time datetime='{{ page.date | date(format='%+') }}' pubdate>
{{- page.date | date(format=config.extra.date_format) -}} {{- page.date | date(format=config.extra.date_format) -}}