Browse Source

fix: target & rel for links that are part of 512kb.club

pull/752/head
Khaldoon Mutahar 2 years ago
parent
commit
18390a42bd
No known key found for this signature in database
GPG Key ID: 82BE371CB63A1D69
  1. 2
      _includes/teams.html

2
_includes/teams.html

@ -2,5 +2,5 @@
<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>
<a class="site" target="_blank" rel="nofollow" href="{{ item.url }}">{{ item.domain }}</a>
</li>

Loading…
Cancel
Save