2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-30 10:40:40 +00:00

make internal stuff relativ

This commit is contained in:
2021-11-09 00:00:14 +01:00
parent f877e11f5c
commit f2c7c544c1
4 changed files with 15 additions and 8 deletions

View File

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