2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 01:55:37 +00:00
This commit is contained in:
Oliver Walters
2023-09-26 21:04:43 +10:00
parent 16835ea0af
commit 1b0f5622d0
4 changed files with 30 additions and 6 deletions

View File

@ -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>&nbsp;{{ include.pub }}</p>
</span>
</a>