2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00

update publisher ref

This commit is contained in:
2022-02-07 01:56:29 +01:00
parent c0a8b31331
commit 23c6a48aea
5 changed files with 7 additions and 7 deletions

View File

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