mirror of
https://github.com/inventree/inventree-website.git
synced 2025-08-15 08:41:06 +00:00
.github
_data
_includes
base
block
fnc
partial
alert.html
publisher_ref.html
plugin_card.html
team.html
testimonials.html
_layouts
_news
_plugins
_posts
_publishers
about
alternatives
assets
contribute
deploy
extend
use
.gitignore
404.md
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
functions.md
index.md
news.html
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
tailwind.config.js
4 lines
327 B
HTML
4 lines
327 B
HTML
{% 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>
|
|
</a> |