Skip to content

Commit 9e4af0d

Browse files
committed
rm extra p tag from render-image hook
1 parent 2481a8c commit 9e4af0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<p>
2-
<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
3-
</p>
1+
<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />

0 commit comments

Comments
 (0)