Websites being indexed now show up on the homepage

This commit is contained in:
Simon
2018-06-12 21:51:02 -04:00
parent bccb1d0dfd
commit 24ef493245
6 changed files with 25 additions and 20 deletions

View File

@@ -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">&nbsp;</span> </p>
{% if current_websites %}
<p>Currently indexing <code>{{ current_websites }}</code><span class="vim-caret">&nbsp;</span> </p>
{% endif %}
<p></p>
</div>