Skip to content

Commit

Permalink
Lazy load buttons in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 13, 2024
1 parent 1fcf0c7 commit 7bdea06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_includes/global/footer.njk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<footer class="footer">
<div class="widgets site-btns">
<img src="/assets/icons/helenchong-88x31.png" alt="Helen Chong's 88×31 website button" width="88" height="31">
<img src="/assets/icons/helenchong-200x40.png" alt="Helen Chong's 200×40 website button" width="200" height="40">
<img src="/assets/icons/helenchong-88x31.png" alt="Helen Chong's 88×31 website button" width="88" height="31" loading="lazy">
<img src="/assets/icons/helenchong-200x40.png" alt="Helen Chong's 200×40 website button" width="200" height="40" loading="lazy">
</div>

<div class="widgets"><a href="https://buymeacoffee.com/helenchong"><img src="/assets/icons/buymeacoffee.png" alt="Buy Me a Coffee" width="200" height="59"></a></div>
<div class="widgets"><a href="https://buymeacoffee.com/helenchong"><img src="/assets/icons/buymeacoffee.png" alt="Buy Me a Coffee" width="200" height="59" loading="lazy"></a></div>

{% include "global/socials.njk" %}

Expand Down

0 comments on commit 7bdea06

Please sign in to comment.