diff options
Diffstat (limited to 'layouts/partials/button-31.html')
-rw-r--r-- | layouts/partials/button-31.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/button-31.html b/layouts/partials/button-31.html index 7349c88..305912a 100644 --- a/layouts/partials/button-31.html +++ b/layouts/partials/button-31.html @@ -5,7 +5,8 @@ {{- $img2x := $img.Resize "176x webp q90"}} {{- if $.href }} <a href="{{ $.href }}"> {{ end }} - <img + <img + loading="lazy" class="webbutton" alt="{{ $.alt }}" src="{{ $img1x.Permalink }}" |