feat(infra): enable image lazyload (native)
parent
11bfbfe7d1
commit
acfa8b35db
|
@ -1 +0,0 @@
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
<p class="md__image">
|
||||
<img src="{{ .Destination | relURL }}" loading="lazy" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
|
||||
</p>
|
Loading…
Reference in New Issue