2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 02:55:34 +00:00

migrate plugins repo

This commit is contained in:
2022-02-07 00:24:10 +01:00
parent cd504fad25
commit b046190388
14 changed files with 288 additions and 0 deletions

15
publishers.html Normal file
View File

@ -0,0 +1,15 @@
---
layout: default
title: Publishers
---
<h1>Publishers</h1>
<ul>
{% for publisher in site.publishers %}
<li>
<h2><a href="{{ publisher.url }}">{{ publisher.name }}</a></h2>
<h3>{{ publisher.position }}</h3>
<p>{{ publisher.content | mardownify }}</p>
</li>
{% endfor %}
</ul>