2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
This commit is contained in:
Matthias Mair 2022-02-07 02:03:02 +01:00
parent a980e38f6d
commit 4b8b293903

View File

@ -13,7 +13,10 @@ title: Blog
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</h2>
<span class="leading-relaxed mb-8">{{ post.excerpt }}</span>
<span>
{{ post.date | date_to_string }} |
{% include partial/publisher_ref.html pub=post.publisher %}
</span>
</div>
{% endfor %}
</div>