chore: limit in badge grid component
This commit is contained in:
parent
5440b89c20
commit
43247423ea
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="badge-grid">
|
||||
{% for badge in badges %}
|
||||
{% for badge in badges limit: 8 %}
|
||||
<a href="{{ badge.url }}">
|
||||
<img srcset="
|
||||
https://cdn.coryd.dev/{{ badge.image }}?class=w50 50w,
|
||||
|
|
Reference in a new issue