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:
parent
1f2f512207
commit
254c3b6998
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user