We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106f4bc commit 1dcafafCopy full SHA for 1dcafaf
‎site/layouts/partials/footer.html
@@ -2,7 +2,7 @@
2
<h1>Contact</h1>
3
<div>
4
5
- <img class="cover" src="/img/legos_contact.webp" alt="legos" width="100%" height="100%">
+ <img class="cover" loading="lazy" src="/img/legos_contact.webp" alt="legos" width="100%" height="100%">
6
</div>
7
8
<h2>Code-Troopers</h2>
@@ -43,7 +43,7 @@ <h1>Suivez nos actualités</h1>
43
<footer>
44
<div class="wrapper">
45
<a href="#top" class="scroll-to-top">
46
- <img class="arrow" src="/img/arrow.webp" alt="arrow">
+ <img class="arrow" loading="lazy" src="/img/arrow.webp" alt="arrow">
47
</a>
48
<img src="/img/footer_logo.webp" alt="logo">
49
0 commit comments