Don't show "<---" on route "/"
This commit is contained in:
parent
bc385e4af3
commit
f067850ab6
|
@ -3,8 +3,11 @@
|
|||
{% block title %}{{ path }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
{% if path != "/" %}
|
||||
<a href=".."><--</a>
|
||||
<br /><br />
|
||||
{% endif %}
|
||||
|
||||
{% for dir in dirs %}
|
||||
<a href="{{ path_join(path, dir) }}">{{ dir }}</a><br />
|
||||
|
|
Loading…
Reference in New Issue