mirror of
https://github.com/inventree/inventree-website.git
synced 2025-08-06 20:51:41 +00:00
.github
_data
_includes
_layouts
_plugins
_posts
_publishers
about
alternatives
assets
blog
contribute
deploy
extend
functions
use
.gitignore
404.md
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
index.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
tailwind.config.js
11 lines
265 B
HTML
11 lines
265 B
HTML
---
|
|
layout: default
|
|
title: Plugins
|
|
---
|
|
<div class="section-container">
|
|
<h1 class="header-text title-font mb-4 cm-gray-1">Plugins Repository</h1>
|
|
{% for plugin in site.plugins %}
|
|
{% include plugin_card.html plugin=plugin %}
|
|
{% endfor %}
|
|
</div>
|