mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 02:55:34 +00:00
migrate plugins repo
This commit is contained in:
4
_includes/publisher_ref.html
Normal file
4
_includes/publisher_ref.html
Normal file
@ -0,0 +1,4 @@
|
||||
{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
|
||||
<a href="{{ publisher_ref.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>
|
Reference in New Issue
Block a user