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:
parent
27091c1078
commit
1510ebd0c6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user