2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-27 01:00:45 +00:00

fix footer

This commit is contained in:
2021-11-07 16:26:05 +01:00
parent fb2de5fd87
commit 105ec18c55
3 changed files with 22 additions and 18 deletions

View File

@ -16,7 +16,7 @@
<nav class="list-none mb-10">
{% for item in cat.cats %}
<li>
<a href="{{ item.link }}" class="footer-link">{{ item.name }}</a>
<a href="{% if item.site %}{{ site[item.site] }}{% else %}{{ item.link }}{% endif %}" class="footer-link">{{ item.name }}</a>
</li>
{% endfor %}
</nav>