fix: media grid

This commit is contained in:
Cory Dransfeldt 2024-02-19 12:42:59 -08:00
parent ca2c7f177d
commit 91167d326b
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.2.8",
"version": "6.2.9",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -37,8 +37,7 @@
'lazy'
{%- endif -%}
{%- endcapture -%}
<!-- <img src="{{ item.image }}" alt="{{ alt }}" loading="{{ loadingStrategy }}" /> -->
{{ item.image}}
<img src="{{ item.image }}" alt="{{ alt }}" loading="{{ loadingStrategy }}" />
</div>
</a>
{% endfor %}