chore: clean up extra space in documents

This commit is contained in:
Cory Dransfeldt 2024-08-05 11:10:55 -07:00
parent 1bf0e7c3bb
commit 4330f60f32
No known key found for this signature in database
25 changed files with 123 additions and 124 deletions

View file

@ -1,5 +1,5 @@
<div class="badge-grid">
{% for badge in badges limit: 8 %}
{%- for badge in badges limit: 8 -%}
<a href="{{ badge.url }}">
<img srcset="
https://cdn.coryd.dev/{{ badge.image }}?class=w50 50w,
@ -14,5 +14,5 @@
height="31"
/>
</a>
{% endfor %}
{%- endfor -%}
</div>