chore: disable image lazyload
parent
b7f0e9fec0
commit
4d04025b99
|
@ -1 +1 @@
|
|||
<p class="md__image"><img src="{{ .Destination }}" loading="lazy" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} /></p>
|
||||
<p class="md__image"><img src="{{ .Destination }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} /></p>
|
Loading…
Reference in New Issue