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_ref.html
Oliver Walters 1b0f5622d0 Cleanup
2023-09-26 21:04:43 +10:00

7 lines
347 B
HTML

{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
<a href="{{ publisher_ref.url | relative_url }}">
<span class="inline-flex">
<img src="https://github.com/{{ include.pub }}.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px">
<p>&nbsp;{{ include.pub }}</p>
</span>
</a>