diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-28 14:49:48 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-28 14:49:48 +0200 |
commit | 02dd856a483cf6a9d534e8760d24d7920166160c (patch) | |
tree | bab9cdeedd6e2244d6b57c097e99e9b70b5a71f1 /layouts/partials/post.html | |
parent | a0d1038fb02d7afc8262731a4f89dedfb2c2e032 (diff) | |
download | hugo-minimalist-theme-02dd856a483cf6a9d534e8760d24d7920166160c.tar.gz hugo-minimalist-theme-02dd856a483cf6a9d534e8760d24d7920166160c.tar.bz2 hugo-minimalist-theme-02dd856a483cf6a9d534e8760d24d7920166160c.zip |
Image lazy loading
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r-- | layouts/partials/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 1c655c1..ef9f03e 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -18,6 +18,7 @@ {{ $image.RelPermalink }} {{ end }}" class="mw-20-ns db center" + loading="lazy" /> </div> {{ end }} |