chore: clean up extra space in documents
This commit is contained in:
parent
1bf0e7c3bb
commit
4330f60f32
25 changed files with 123 additions and 124 deletions
|
@ -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>
|
Reference in a new issue