Merge pull request 'Add Description to single taxonomy list' (#11) from alirezaalavi/duckquill:alirezaalavi-patch-1 into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/11
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