2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +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>
<h4 class="fst-italic">Categories</h4>
<ol class="list-unstyled">
<ul class="list-unstyled">
{% for categorie in page.categories %}
<li><a href="/categories/#{{ categorie | slugify }}"><span class="badge bg-yellow-500">{{ categorie }}</span></a></li>
{% endfor %}
</ol>
</ul>
</div>
<div>
<h4 class="fst-italic">Tags</h4>
<ol class="list-unstyled">
<ul class="list-unstyled">
{% for tag in page.tags %}
<li><a href="/tags/#{{ tag | slugify }}"><span class="badge bg-blue-400">{{ tag }}</span></a></li>
{% endfor %}
</ol>
</ul>
</div>
<a href="{{ page.website }}" class="no-underline" aria-label="open website">