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:
@ -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) -}}
|
||||||
|
Reference in New Issue
Block a user