mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-17 20:45:29 +00:00
.github
_data
_drafts
_includes
base
block
fnc
partial
alert.html
newsletter.html
publisher_link.html
publisher_ref.html
plugin_card.html
testimonials.html
_layouts
_news
_plugins
_posts
_publishers
_repo
about
alternatives
assets
extend
use
.gitignore
404.md
CNAME
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
categories.html
contribute.md
demo.md
deploy.md
digitalocean.md
functions.md
index.md
news.html
newsletter.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
support.md
tags.html
tailwind.config.js
7 lines
347 B
HTML
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> {{ include.pub }}</p>
|
|
</span>
|
|
</a> |