2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
inventree-website/_includes/partial/publisher_link.html
2023-01-29 22:44:08 +01:00

3 lines
200 B
HTML

{% assign pub_small = include.pub %}
{% assign publisher_ref = site.publishers | where: 'short_name', pub_small | first %}
<a href="{{ publisher_ref.url | relative_url }}">{{ publisher_ref.name }}</a>