2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

add author to collections

This commit is contained in:
Matthias Mair 2022-07-30 21:35:20 +02:00 committed by GitHub
parent 27091c1078
commit 1510ebd0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ layout: default
<a href="{{ item.url | relative_url }}">{{ item.title }}</a>
</h2>
<span class="leading-relaxed mb-4">{{ item.excerpt | strip_html | strip_newlines | truncate: 156 }}</span>
<span>{{ item.date | date_to_string }} | </span>
<span>{{ item.date | date_to_string }} | {{ item.author }}</span>
</div>
{% endfor %}
</div>