2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-07-29 08:41:28 +00:00

remove unneeded layout

This commit is contained in:
Matthias Mair
2023-01-28 00:36:29 +01:00
parent 5ab522b924
commit a502ea722b

View File

@@ -1,11 +0,0 @@
---
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>