2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-02 15:28:52 +00:00
inventree-website/_includes/publisher_ref.html
2022-02-07 00:29:53 +01:00

4 lines
333 B
HTML

{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
<a href="{{ publisher_ref.url | relative_url }}" class="link-secondary">
<p class="text-muted">by <img src="https://github.com/{{ include.pub }}.png?size=40" alt="mdo" class="rounded-circle" width="20" height="20"> {{ include.pub }}</p>
</a>