2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

fix list style

This commit is contained in:
Matthias Mair 2023-01-20 02:08:08 +01:00
parent 1f2f512207
commit 254c3b6998
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -25,20 +25,20 @@ fullwith: true
<div> <div>
<h4 class="fst-italic">Categories</h4> <h4 class="fst-italic">Categories</h4>
<ol class="list-unstyled"> <ul class="list-unstyled">
{% for categorie in page.categories %} {% for categorie in page.categories %}
<li><a href="/categories/#{{ categorie | slugify }}"><span class="badge bg-yellow-500">{{ categorie }}</span></a></li> <li><a href="/categories/#{{ categorie | slugify }}"><span class="badge bg-yellow-500">{{ categorie }}</span></a></li>
{% endfor %} {% endfor %}
</ol> </ul>
</div> </div>
<div> <div>
<h4 class="fst-italic">Tags</h4> <h4 class="fst-italic">Tags</h4>
<ol class="list-unstyled"> <ul class="list-unstyled">
{% for tag in page.tags %} {% for tag in page.tags %}
<li><a href="/tags/#{{ tag | slugify }}"><span class="badge bg-blue-400">{{ tag }}</span></a></li> <li><a href="/tags/#{{ tag | slugify }}"><span class="badge bg-blue-400">{{ tag }}</span></a></li>
{% endfor %} {% endfor %}
</ol> </ul>
</div> </div>
<a href="{{ page.website }}" class="no-underline" aria-label="open website"> <a href="{{ page.website }}" class="no-underline" aria-label="open website">