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

fix home link

This commit is contained in:
2021-11-09 01:42:18 +01:00
parent 83396c02a1
commit 45d08e35b6
3 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,8 @@
{{ include.item.internal | relativurl }}
{% elsif include.item.link %}
{{ include.item.link }}
{% elsif include.item.home %}
{{ '/' | relative_url }}
{% else %}
{{ include.item }}
{% endif %}