mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 14:59:02 +00:00
Websites being indexed now show up on the homepage
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
~{{ stats["file_size"] | filesizeformat }} in
|
||||
{{ stats["website_paths"] }} folders from {{ stats["website_count"] }} website(s)</p>
|
||||
{% endif %}
|
||||
{% if current_website %}
|
||||
<p>Currently indexing <code>{{ current_website }}</code><span class="vim-caret"> </span> </p>
|
||||
{% if current_websites %}
|
||||
<p>Currently indexing <code>{{ current_websites }}</code><span class="vim-caret"> </span> </p>
|
||||
{% endif %}
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user