mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 01:55:37 +00:00
Cleanup
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
|
||||
<a href="{{ publisher_ref.url | relative_url }}">
|
||||
<span class="inline-flex">by <img src="https://github.com/{{ include.pub }}.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> {{ include.pub }}</span>
|
||||
<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> {{ include.pub }}</p>
|
||||
</span>
|
||||
</a>
|
Reference in New Issue
Block a user