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:
David Lapshin
2024-02-22 21:04:59 +00:00

View File

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