File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -236,14 +236,14 @@ <h6>Advertisements</h6>
236236 < source srcset ="../assets/img/com/digitalocean-300x250.avif, ../assets/img/com/digitalocean-300x250@2x.avif 2x " type ="image/avif " />
237237 < source srcset ="../assets/img/com/digitalocean-300x250.webp, ../assets/img/com/digitalocean-300x250@2x.webp 2x " type ="image/webp " />
238238 < source srcset ="../assets/img/com/digitalocean-300x250.png, ../assets/img/com/digitalocean-300x250@2x.png 2x " type ="image/png " />
239- < img width ="300 " height ="250 " itemprop ="image " alt ="DigitalOcean " src ="digitalocean-300x250.png ">
239+ < img loading =" lazy " width ="300 " height ="250 " itemprop ="image " alt ="DigitalOcean " src ="../assets/img/com/ digitalocean-300x250.png ">
240240 </ picture >
241241 </ a >
242242 </ div >
243243
244244 < div class ="ads ">
245245 < a href ="https://textpattern.com/contact " itemprop ="url " title ="Want to advertise here? Please contact us to discuss. ">
246- < img class ="prefers-color-scheme " width ="300 " height ="250 " itemprop ="image " alt ="Want to advertise here? Please contact us to discuss. " src ="/assets/img/com/ad-300x250-placeholder.png " data-src-light ="/assets/img/com/ad-300x250-placeholder.png " data-src-dark ="/assets/img/com/dark-ad-300x250-placeholder.png " srcset ="/assets/img/com/ad-300x250-placeholder@2x.png 2x " data-srcset-light ="/assets/img/com/ad-300x250-placeholder@2x.png 2x " data-srcset-dark ="/assets/img/com/dark-ad-300x250-placeholder@2x.png 2x ">
246+ < img loading =" lazy " class ="prefers-color-scheme " width ="300 " height ="250 " itemprop ="image " alt ="Want to advertise here? Please contact us to discuss. " src ="/assets/img/com/ad-300x250-placeholder.png " data-src-light ="/assets/img/com/ad-300x250-placeholder.png " data-src-dark ="/assets/img/com/dark-ad-300x250-placeholder.png " srcset ="/assets/img/com/ad-300x250-placeholder@2x.png 2x " data-srcset-light ="/assets/img/com/ad-300x250-placeholder@2x.png 2x " data-srcset-dark ="/assets/img/com/dark-ad-300x250-placeholder@2x.png 2x ">
247247 </ a >
248248 </ div >
249249
Original file line number Diff line number Diff line change @@ -193,7 +193,12 @@ echo '<a class="count-bubble" rel="external" href="https://github.com/textpatter
193193 <h6>Advertisements</h6>
194194 <div class="ads">
195195 <a rel="external" href="https://www.digitalocean.com/?utm_source=opensource&utm_campaign=textpattern" itemprop="url">
196- <img loading="lazy" width="300" height="250" itemprop="image" alt="DigitalOcean" src="/assets/img/com/digitalocean-300x250.png" srcset="/assets/img/com/digitalocean-300x250@2x.png 2x">
196+ <picture>
197+ <source srcset="/assets/img/com/digitalocean-300x250.avif, /assets/img/com/digitalocean-300x250@2x.avif 2x" type="image/avif" />
198+ <source srcset="/assets/img/com/digitalocean-300x250.webp, /assets/img/com/digitalocean-300x250@2x.webp 2x" type="image/webp" />
199+ <source srcset="/assets/img/com/digitalocean-300x250.png, /assets/img/com/digitalocean-300x250@2x.png 2x" type="image/png" />
200+ <img loading="lazy" width="300" height="250" itemprop="image" alt="DigitalOcean" src="/assets/img/com/digitalocean-300x250.png">
201+ </picture>
197202 </a>
198203 </div>
199204 <div class="ads">
You can’t perform that action at this time.
0 commit comments