2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 02:55:34 +00:00

Move lookup and link to partials (#106)

This commit is contained in:
Matthias Mair
2023-01-20 00:59:31 +01:00
committed by GitHub
parent b5e1cf59e5
commit f4969b4cfe
3 changed files with 5 additions and 5 deletions

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 }} | {{ item.author }}</span>
<span>{{ item.date | date_to_string }} | {% include partial/publisher_link.html pub=item.author %}</span>
</div>
{% endfor %}
</div>