2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00

use wider formatting

This commit is contained in:
Matthias Mair
2023-01-28 16:14:57 +01:00
parent 5092c6e5dc
commit 0d45cd0cdc
2 changed files with 15 additions and 2 deletions

View File

@ -1,7 +1,11 @@
---
layout: content
layout: default
---
<div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-1">{{page.title}}</h1>
<span class="content">
{% assign all_items = "" | split: "/" %}
{% for col_item in site[page.collection] %}
{% for item in col_item[page.reference] %}
@ -23,6 +27,7 @@ layout: content
</a>
{% endunless %}
{% endfor %}
</span>
{% for item in all_items %}
{% unless item == "" %}
@ -42,4 +47,6 @@ layout: content
{% endfor %}
</div>
{% endunless %}
{% endfor %}
{% endfor %}
</div></div>