We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
p
1 parent 2481a8c commit 9e4af0dCopy full SHA for 9e4af0d
layouts/_default/_markup/render-image.html
@@ -1,3 +1 @@
1
-<p>
2
- <img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
3
-</p>
+<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
0 commit comments