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:
@ -16,5 +16,13 @@ layout: default
|
||||
</header>
|
||||
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>
|
||||
{{ page.date | date_to_string }}
|
||||
{% assign publisher = site.publishers | where: 'short_name', page.publisher | first %}
|
||||
{% if publisher %}
|
||||
- <a href="{{ publisher.url }}">{{ publisher.name }}</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
{{ content }}
|
||||
</article>
|
Reference in New Issue
Block a user