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.
 
 
 
 
 
 

9 lines
313 B

<ul class="blue">
{% for item in site.data.blue-team %}
<li>
<span class="before" style="--data-size:{{ item.size }};"></span>
<span class="after">{{ item.size }} KB</span>
<a class="site" target="blank" href="{{ item.url }}">{{ item.domain }}</a>
</li>
{% endfor %}
</ul>