2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-03 03:01:31 +00:00
Files
.github
_data
_drafts
_includes
_layouts
collection
alternatives.html
content.html
default.html
empty.html
plugin.html
plugin_highlight.html
publisher.html
user.html
_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
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
inventree-website/_layouts/plugin_highlight.html
Matthias Mair cc164cec71 fix doube title
2022-04-23 20:43:07 +02:00

12 lines
229 B
HTML

---
layout: content
---
<article>
{{ content }}
{% if page.plugin %}
<hr>
<p>Find out more about this plugin on the plugin site</p>
{% include plugin_card.html plugin=page.plugin %}
{% endif %}
</article>