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:
@ -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 %}
|
Reference in New Issue
Block a user