You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
338 B

<li>
<span class="before" style="--data-size:{{ item.size }};"></span>
{% comment %} "precision" is a custom filter can be found in "_plugins/precision_filter.rb" {% endcomment %}
<span class="after">{{ item.size | precision: 2 }} KB</span>
<a class="site" target="blank" href="{{ item.url }}">{{ item.domain }}</a>
</li>