mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-03 07:48:52 +00:00
fix spacing and headers
This commit is contained in:
parent
0d45cd0cdc
commit
0b6e11e8a7
@ -17,7 +17,7 @@ layout: default
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% assign all_items = all_items | uniq | sort %}
|
{% assign all_items = all_items | uniq | sort %}
|
||||||
|
|
||||||
<p>The full list of plugins is available on the main <a href="{% link plugins.html %}">plugin list</a> page.</p>
|
<p>The full list of plugins is available on the main <a href="{% link plugins.html %}">plugin list</a> page.</p><br>
|
||||||
<p class="mb-0 italic">Click on a name to jump to the plugins that are marked with it.</p>
|
<p class="mb-0 italic">Click on a name to jump to the plugins that are marked with it.</p>
|
||||||
<i class="fa fa-tag"></i>
|
<i class="fa fa-tag"></i>
|
||||||
{% for item in all_items %}
|
{% for item in all_items %}
|
||||||
@ -28,11 +28,12 @@ layout: default
|
|||||||
{% endunless %}
|
{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</span>
|
</span>
|
||||||
|
<br><br>
|
||||||
|
|
||||||
{% for item in all_items %}
|
{% for item in all_items %}
|
||||||
{% unless item == "" %}
|
{% unless item == "" %}
|
||||||
<div id="{{ item | slugify }}" class="anchor"></div>
|
<div id="{{ item | slugify }}" class="anchor"></div>
|
||||||
<h2>{{ item }}</h2>
|
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">{{ item }}</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{% for plugin in site[page.collection] %}
|
{% for plugin in site[page.collection] %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user