mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-01 18:03:29 +02:00
Don't show parent dir in search results
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if not is_root %}
|
||||
{% if not search and not is_root %}
|
||||
{{ include('components/file.twig', {
|
||||
parentDir: true
|
||||
}, with_context = false) }}
|
||||
|
Reference in New Issue
Block a user