still show agg downloads if metadata not found

This commit is contained in:
crflynn
2018-04-28 01:35:06 -04:00
parent d257b596e4
commit e665b09909

View File

@@ -52,20 +52,20 @@
{% if not loop.last %}|{% endif %}
{% endfor %}
{% endif %}
<br><br>
Downloads last day:
{{"{:,.0f}".format(recent['day'])}}
<br>
Downloads last week:
{{"{:,.0f}".format(recent['week'])}}
<br>
Downloads last month:
{{"{:,.0f}".format(recent['month'])}}
{% else %}
No metadata found.
{%endif%}
</p>
{% endif %}
{%endif%}
<br><br>
Downloads last day:
{{"{:,.0f}".format(recent['day'])}}
<br>
Downloads last week:
{{"{:,.0f}".format(recent['week'])}}
<br>
Downloads last month:
{{"{:,.0f}".format(recent['month'])}}
</p>
{% endif %}
<script>
(function () {