mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 06:49:02 +00:00
Homepage stats now work with elasticsearch
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
|
||||
{% if stats and stats["file_size"] %}
|
||||
<p class="lead">{{ stats["file_count"] }} files totalling
|
||||
~{{ stats["file_size"] | filesizeformat }} in
|
||||
{{ stats["website_paths"] }} folders from {{ stats["website_count"] }} website(s)</p>
|
||||
~{{ stats["file_size"] | filesizeformat }} from {{ stats["website_count"] }} website(s)</p>
|
||||
{% endif %}
|
||||
{% if current_websites %}
|
||||
<p>Currently indexing <code>{{ current_websites }}</code><span class="vim-caret"> </span> </p>
|
||||
|
||||
Reference in New Issue
Block a user