feat: move all pages into cms
This commit is contained in:
parent
63e5961756
commit
b5d5424555
13 changed files with 14 additions and 262 deletions
|
@ -1,18 +0,0 @@
|
|||
<div class="badge-grid">
|
||||
{%- for badge in badges limit: 8 -%}
|
||||
<a href="{{ badge.url }}">
|
||||
<img srcset="
|
||||
https://cdn.coryd.dev/{{ badge.image }}?class=w100&type=webp 100w,
|
||||
https://cdn.coryd.dev/{{ badge.image }}?class=w200&type=webp 200w
|
||||
" sizes="(max-width: 450px) 88px,
|
||||
200px"
|
||||
src="https://cdn.coryd.dev/{{ badge.image }}?class=w100&type=webp"
|
||||
alt="{{ badge.image_alt }}"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
width="100"
|
||||
height="36"
|
||||
/>
|
||||
</a>
|
||||
{%- endfor -%}
|
||||
</div>
|
Reference in a new issue