chore: limit in badge grid component

This commit is contained in:
Cory Dransfeldt 2024-07-10 09:59:55 -07:00
parent 5440b89c20
commit 43247423ea
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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,