Lazy loading for images

This commit is contained in:
2025-12-14 17:17:07 +00:00
parent b1355a91f5
commit 4cc9b7bb93
14 changed files with 240 additions and 239 deletions

View File

@@ -10,7 +10,7 @@
{% endfor %}
</div>
<div id="project-cover">
<img src="/images/{{ image }}">
<img src="/images/{{ image }}" loading="lazy">
</div>
<div id="project-body">
{{ content }}